comparison build_container.sh @ 90:6809c63d9161 draft

"planemo upload commit fd64827ff6e63df008f6f50ddb8576ad2b1dbb26"
author rhpvorderman
date Tue, 25 Jan 2022 11:28:29 +0000
parents
children
comparison
equal deleted inserted replaced
89:3c9d4d976c47 90:6809c63d9161
1 #!/usr/bin/env bash
2
3 set -e
4 DEFAULT_BASE_IMAGE="$1"
5
6 python3 create_container_hash.py $DEFAULT_BASE_IMAGE
7 mulled-build-files --namespace rhpvorderman build-and-test ./container_hash.tsv --verbose
8