|
@ -37,6 +37,9 @@ else |
|
|
name=$image |
|
|
name=$image |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Main |
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
|
if [[ $FLAGS_config -eq $FLAGS_TRUE ]]; then |
|
|
if [[ $FLAGS_config -eq $FLAGS_TRUE ]]; then |
|
|
echo "Getting deploy options from image metadata label \"$FLAGS_label\" ..." |
|
|
echo "Getting deploy options from image metadata label \"$FLAGS_label\" ..." |
|
|
deployopts=$(podman image inspect -f "{{ .Config.Labels.${FLAGS_label} }}" $image) |
|
|
deployopts=$(podman image inspect -f "{{ .Config.Labels.${FLAGS_label} }}" $image) |
|
|