Skip to content

Commit

Permalink
- changed paths to public parent and enclave images
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Sep 30, 2024
1 parent fd3db03 commit a8fb955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions run-application-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ echo "AWS_CREDENTIALS=$(/usr/bin/base64 --wrap=0 < ~/.aws/credentials)" >> docke
ECR_PASSWORD=$(aws ecr get-login-password --region us-west-1)
echo "ECR_PASSWORD=$ECR_PASSWORD" >> docker-env

PARENT_IMAGE=513076507034.dkr.ecr.us-west-1.amazonaws.com/nitro-parent-base:1.1.1
PARENT_IMAGE=fortanix//nitro-parent-base:1.1.4
echo "PARENT_IMAGE=$PARENT_IMAGE" >> docker-env

ENCLAVE_IMAGE=513076507034.dkr.ecr.us-west-1.amazonaws.com/nitro-enclave-base:1.0.1
ENCLAVE_IMAGE=fortanix//nitro-enclave-base:1.0.2
echo "ENCLAVE_IMAGE=$ENCLAVE_IMAGE" >> docker-env

echo "FORTANIX_API_KEY=$FORTANIX_API_KEY" >> docker-env
Expand Down
2 changes: 1 addition & 1 deletion test/tests-container-salmiac/Dockerfile-salmiac-ub20
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 513076507034.dkr.ecr.us-west-1.amazonaws.com/development-images/nitro-parent-base:1.1.4 as nitro-cli
FROM fortanix/nitro-parent-base:1.1.4 as nitro-cli

ARG PLATFORM
ARG FLAVOR
Expand Down

0 comments on commit a8fb955

Please sign in to comment.