Skip to content

Commit d3d5247

Browse files
Update dockerfile
1 parent 055d96e commit d3d5247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerimageexample/python-arm64/build_and_deploy_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker build --platform=linux/arm64 -t lambda/hello-world-python:3.13.7-slim-boo
88

99
## Command to push image
1010
ACCOUNT_ID=956882708938
11-
aws ecr create-repository --repository-name hello-world-python-arm64 --image-scanning-configuration scanOnPush=true
11+
#aws ecr create-repository --repository-name hello-world-python-arm64 --image-scanning-configuration scanOnPush=true
1212
docker tag lambda/hello-world-python:3.13.7-slim-bookworm "${ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/"hello-world-python-arm64:latest
1313
aws ecr get-login-password | docker login --username AWS --password-stdin "${ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com"
1414
docker push "${ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/hello-world-python-arm64:latest"

0 commit comments

Comments
 (0)