Skip to content

Commit

Permalink
Merge pull request #2 from ryandaniels/workaround-unbound
Browse files Browse the repository at this point in the history
workaround older bash versions unbound var
  • Loading branch information
ryandaniels authored Apr 25, 2021
2 parents 928a3d2 + 405b546 commit aed09da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker_image_find_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# docker image inspect --format '{{json .}}' "$IMAGE_ID" | jq -r '. | {Id: .Id, Digest: .Digest, RepoDigests: .RepoDigests, Labels: .Config.Labels}'
# If you're not lucky, proceed..

set -euf -o pipefail
#set -euf -o pipefail
set -ef -o pipefail

REGISTRY=${REGISTRY:-"https://index.docker.io/v2"}
REGISTRY_AUTH=${REGISTRY_AUTH:-"https://auth.docker.io"}
Expand Down

0 comments on commit aed09da

Please sign in to comment.