diff --git a/script/tests/test_encryption.sh b/script/tests/test_encryption.sh index c9854a88..b37a72f8 100755 --- a/script/tests/test_encryption.sh +++ b/script/tests/test_encryption.sh @@ -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}"