Builds a dockerized version of the amazon-ecr-credential-helper
340
Currently assumes a valid go build environment.
Install amazon ecr like so
docker run --rm -v /opt/bin:/opt/bin hookenz/amazon-ecr-credential-helper
Will install credential helper to /opt/bin on the host.
Then setup docker to use it with the following contents in $HOME/.docker/config.json
{
"credsStore": "ecr-login"
}
Content type
Image
Digest
Size
3.6 MB
Last updated
about 9 years ago
docker pull hookenz/amazon-ecr-credential-helper