Skip to content

Commit

Permalink
WIP: break podman release-image auth
Browse files Browse the repository at this point in the history
  • Loading branch information
wking committed Nov 6, 2020
1 parent cfdc695 commit f7a1d33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ set -euo pipefail
RELEASE_IMAGE={{.ReleaseImage}}

echo "Pulling $RELEASE_IMAGE..."
while ! podman pull --quiet "$RELEASE_IMAGE"
echo '{}' >/tmp/busted-auth.json
while ! podman pull --authfile /tmp/busted-auth.json --quiet "$RELEASE_IMAGE"
do
echo "Pull failed. Retrying $RELEASE_IMAGE..."
done
Expand Down

0 comments on commit f7a1d33

Please sign in to comment.