Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sraillard/docker-aws-cli

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

Image based on Alpine Linux with the following tools:

  • aws-cli version 2
  • Podman 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:alpine-3.23.2

--privileged is needed for building docker images.

Building

At repository root folder:

docker build -t docker.io/sraillard/aws-cli:alpine-3.23.2 .
docker login -u xxxx -p xxxx
docker push docker.io/sraillard/aws-cli:alpine-3.23.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.