Skip to content

Commit 19e5627

Browse files
committed
[PCAPI] Remove instructions about pushing the PCAPI Docker image to the Public ECR.
Such instructions are deprecated because we do not publish such image since we switched to Lambda Layer in PC 3.6. Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent d82a923 commit 19e5627

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/docker/awslambda/docker-build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ echo "Use the following to run a local Flask development server hosting the API"
1818
echo " docker run -p 8080:8080 --entrypoint python pcluster-lambda -m pcluster.api.flask_app"
1919
echo "Then you can navigate to the following url to test the API: http://0.0.0.0:8080/ui"
2020
echo "Note that to enable swagger-ui you have to build the docker with '--build-arg PROFILE=dev'"
21-
echo
22-
echo "Use the following command to push the built image to a public ECR repository"
23-
echo " aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/<alias>/<repository-name>"
24-
echo " docker tag pcluster-lambda:latest public.ecr.aws/<alias>/<repository-name>:latest"
25-
echo " docker push public.ecr.aws/<alias>/<repository-name>:latest"

0 commit comments

Comments
 (0)