Skip to content

sraillard/docker-aws-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Description

Image based on Alpine Linux with the following tools:

  • aws-cli version 1 (easier to install than version 2)
  • skopeo/runc/buildah as Docker tools aternative (easier to install and no daemon running)
  • make tools
  • bash shell

Using the prebuilt image

The public Docker Hub repository is here: https://hub.docker.com/r/sraillard/aws-cli

To run it in interactive mode:

docker run --privileged --rm -it -e "AWS_DEFAULT_REGION=xxx" -e "AWS_ACCESS_KEY_ID=xxxx" -e "AWS_SECRET_ACCESS_KEY=xxxx" sraillard/aws-cli:1.22.73-alpine

--privileged is needed for building docker images.

Building

docker build -t sraillard/aws-cli:1.22.73-alpine .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published