We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker-credential-ecr-login
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:
It looks like the package is already included but needs to be configured.
Sorry, something went wrong.
Hm, that's interesting because I don't see it on the aws/codebuild/standard:7.0 image:
aws/codebuild/standard:7.0
#2 ERROR: error getting credentials - err: exec: "docker-credential-ecr-login": executable file not found in $PATH, out: ``
Successfully merging a pull request may close this issue.
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: