amazon-ecr-credential-helper
amazon-ecr-credential-helper copied to clipboard
Automatically gets credentials for Amazon ECR on docker push/docker pull
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.15.15 to 1.17.0. Changelog Sourced from github.com/aws/aws-sdk-go-v2/config's changelog. Release (2022-08-14) General Highlights Dependency Update: Updated to the latest SDK module versions Module Highlights github.com/aws/aws-sdk-go-v2/config: v1.17.0 Feature: Add...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.16.8 to 1.16.11. Commits 0ba2869 Release 2022-08-11 ea1827f Regenerated Clients c7335ff Update endpoints model 9132e10 Update API model 32e6b0a ci: correct deprecated Go version in deprecated-windows-tests (#1799)...
Bumps [github.com/aws/aws-sdk-go-v2/service/ecrpublic](https://github.com/aws/aws-sdk-go-v2) from 1.13.8 to 1.13.12. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) from 1.17.9 to 1.17.12. Commits 0ba2869 Release 2022-08-11 ea1827f Regenerated Clients c7335ff Update endpoints model 9132e10 Update API model 32e6b0a ci: correct deprecated Go version in deprecated-windows-tests (#1799)...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.12.10 to 1.12.13. Commits 0ba2869 Release 2022-08-11 ea1827f Regenerated Clients c7335ff Update endpoints model 9132e10 Update API model 32e6b0a ci: correct deprecated Go version in deprecated-windows-tests (#1799)...
I have a CI/CD pipeline that runs on `docker:20.10.17`. It pulls images from a GitLab registry and pushes them to AWS ECR. The credential helper gets installed from an untrusted...
`docker build` requires credentials to be known up-front rather than on-demand as specified in the `FROM` lines. This means that the credential helper needs to guess what credentials might be...
*Issue #, if available:* resolves #353 *Description of changes:* Added tiny example of `~/.docker/config.json` showing Amazon ECR Docker Helper config alongside other non-ECR docker registry auth tokens. By submitting this...
Users can have amazon-ecr-credential-helper alongside other docker registry info in their `~/.docker/config.json`. I think it would be good to show them how in the README.
I have been beating my head against a wall, and every thing i search on google is now a purple link. I am attempting to use this in conjunction with...