Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated ECR command #246

Open
jojo786 opened this issue Feb 4, 2021 · 1 comment
Open

deprecated ECR command #246

jojo786 opened this issue Feb 4, 2021 · 1 comment

Comments

@jojo786
Copy link

jojo786 commented Feb 4, 2021

https://aws.amazon.com/getting-started/hands-on/build-modern-app-fargate-lambda-dynamodb-python/module-two/ -> Module 2B: Deploy A Service With AWS Fargate - > Step 1: Create a Flask Service -> C: Push the Docker Image to Amazon ECR contains
$(aws ecr get-login --no-include-email)
which according to aws/containers-roadmap#735 has been superseded with
aws ecr get-login-password | docker login --username AWS --password-stdin 123456789012.dkr.ecr.us-east-1.amazonaws.com

@crockercaria
Copy link

This just gives me an error
Error response from daemon: Get https://xxxxxxxxxxx.dkr.ecr.s3-website-eu-west-1.amazonaws.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants