Sign inSign up

hookenz/amazon-ecr-credential-helper

By hookenz

Updated about 9 years ago

Builds a dockerized version of the amazon-ecr-credential-helper

Image
0

340

hookenz/amazon-ecr-credential-helper repository overview

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"
  }

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

about 9 years ago

docker pull hookenz/amazon-ecr-credential-helper