Created
January 7, 2021 18:34
-
-
Save anna-anisienia/54435e98b12ebd4e73a0bd12fec40cd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ecr create-repository --repository-name lambda-docker-etl --image-scanning-configuration scanOnPush=true | |
docker tag lambda-docker-etl:latest 123456789.dkr.ecr.eu-central-1.amazonaws.com/lambda-docker-etl:latest | |
aws ecr get-login-password | docker login --username AWS --password-stdin 123456789.dkr.ecr.eu-central-1.amazonaws.com | |
docker push 123456789.dkr.ecr.eu-central-1.amazonaws.com/lambda-docker-etl:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment