Mercurial > repos > rhpvorderman > shm_csr
view build_container.sh @ 6:ea9d5fc4c001 draft default tip
"planemo upload commit 9ada186a78831ca2618ec817a23a77de6adf1a5d"
| author | rhpvorderman |
|---|---|
| date | Wed, 22 Dec 2021 11:29:16 +0000 |
| parents | 495a521cf9f2 |
| children |
line wrap: on
line source
#!/usr/bin/env bash set -e DEFAULT_BASE_IMAGE="$1" python3 create_container_hash.py $DEFAULT_BASE_IMAGE mulled-build-files --namespace rhpvorderman build-and-test ./container_hash.tsv --verbose
