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 c0c917c commit 6cad2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tests/test_encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pullImages() {
failExit $? "Image pull failed on ${NGINX}"

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

LAYER_INFO_ALPINE="$($CTR images layerinfo ${ALPINE})"
Expand Down

0 comments on commit 6cad2df

Please sign in to comment.