You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-credential-ecr-login has been pre-installed in latest version of ubuntu:7.0 image. You can configure it by adding the following commands in your buildspec:
https://github.com/awslabs/amazon-ecr-credential-helper
It seems like a massive improvement over the classic:
aws ecr get-login-password --region=foo | \ docker login --username AWS --password-stdin repository-uri
The text was updated successfully, but these errors were encountered: