Skip to content

Commit

Permalink
script/tests/test_encryption.sh: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Mar 27, 2024
1 parent 5c83ad2 commit dc18835
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 @@ -193,7 +193,7 @@ pullImages() {
echo "Note: Image pull credentials can be passed with env. variable IMAGE_PULL_CREDS=<username>:<password>"
fi
$CTR images rm --sync ${ALPINE_ENC} ${ALPINE_DEC} ${NGINX_ENC} ${NGINX_DEC} ${BASH_ENC} &>/dev/null
$CTR images pull ${IMAGE_PULL_CREDS:+--user ${IMAGE_PULL_CREDS}} --all-platforms ${ALPINE} &>/dev/null
$CTR images pull ${IMAGE_PULL_CREDS:+--user ${IMAGE_PULL_CREDS}} --all-platforms ${ALPINE}
failExit $? "Image pull failed on ${ALPINE}"

$CTR images pull ${IMAGE_PULL_CREDS:+--user ${IMAGE_PULL_CREDS}} --platform linux/amd64 ${NGINX} &>/dev/null
Expand Down

0 comments on commit dc18835

Please sign in to comment.