Skip to content

A simple docker in docker image pre-configured with the necessary tools to push images to ecr.

License

Notifications You must be signed in to change notification settings

itsadeadh2/ecr-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ECR-Deployer

Docker Cloud Automated build Docker Cloud Build Status

A simple docker in docker image pre-configured with the tools necessary to push images to AWS ECR. Intended to be used in CI/CD pipelines.

How to use

  • Pull the image with the command docker pull itsadeadh2/ecr-deployer
  • Define the both AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY envvars to your corresponding iam user credentials with docker run -it -e AWS_ACCESS_KEY=YOURACCESSKEY -e AWS_SECRET_ACCESS_KEY=YOURSECRET itsadeadh2/ecr-deployer sh After that you can execute commands like aws ecr get-login without problems.

About

A simple docker in docker image pre-configured with the necessary tools to push images to ecr.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published