Skip to content

Commit

Permalink
Update test to pull all bash platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed May 27, 2024
1 parent 8b9b205 commit 724a4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/tests/test_encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pullImages() {
failExit $? "Image pull failed on ${NGINX}"

# pull bash only for local platform
$CTR content fetch ${IMAGE_PULL_CREDS:+--user ${IMAGE_PULL_CREDS}} --all-platforms ${BASH} &>/dev/null
$CTR images pull ${IMAGE_PULL_CREDS:+--user ${IMAGE_PULL_CREDS}} ${BASH} &>/dev/null
failExit $? "Image pull failed on ${BASH}"

Expand Down

0 comments on commit 724a4cd

Please sign in to comment.