Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

ChrisSamo632/docker-dind-awscli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-dind-awscli

Docker image with Docker (dind) and aws-cli, useful for example in CI pipeline steps, allowing to log on to ECR and do a docker build with a base image hosted in ECR.

For example, by running:

$(aws ecr get-login --region $${AWS_REGION} --no-include-email)

or

aws ecr get-login-password --region ${AWS_REGION} | docker login --username AWS --password-stdin ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com

About

Docker dind + aws-cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%