File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
containerimageexample/python-arm64 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
1010ACCOUNT_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
1212docker tag lambda/hello-world-python:3.13.7-slim-bookworm " ${ACCOUNT_ID} .dkr.ecr.us-east-1.amazonaws.com/" hello-world-python-arm64:latest
1313aws ecr get-login-password | docker login --username AWS --password-stdin " ${ACCOUNT_ID} .dkr.ecr.us-east-1.amazonaws.com"
1414docker push " ${ACCOUNT_ID} .dkr.ecr.us-east-1.amazonaws.com/hello-world-python-arm64:latest"
You can’t perform that action at this time.
0 commit comments