comparison build_container.sh @ 57:33412e85e669 draft

"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
author rhpvorderman
date Wed, 02 Feb 2022 10:50:01 +0000
parents
children
comparison
equal deleted inserted replaced
56:7ae6b6b5d890 57:33412e85e669
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