amazon-ecr-credential-helper icon indicating copy to clipboard operation
amazon-ecr-credential-helper copied to clipboard

Create standalone docker file & allow it to be used for retrieving credentials manually

Open ghost opened this issue 6 years ago • 3 comments

This patch changes the Dockerfile so a proper docker image can be created. The binary within generated docker image is statically linked so it can be used in other Linux based Dockerfiles.

I also added ability to emulate behavior of aws ecr get-login so this docker image can be used to pull from ECR when only Docker is available (e.g. CoreOS)

ghost avatar Oct 03 '17 04:10 ghost

Apologies for the delay. Can you confirm that your contribution is under the terms of the Apache 2.0 license?

samuelkarp avatar Oct 24 '17 04:10 samuelkarp

I hereby confirm that all my contributions to this repository are under the terms of the Apache 2.0 license.

ghost avatar Oct 24 '17 06:10 ghost

How about landing the standalone docker first, then workout the docker login experience?

omeid avatar Jan 29 '19 08:01 omeid