Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

b4nst/docker-awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-awscli

Deprecated. AWS has now an official docker image for its CLI. Please use the official image instead of this repository.

Docker build Docker Pulls MicroBadger Size

awscli in a container

docker run --rm -it banst/awscli --version

This image is automatically builded to catch up with all official releases available for the aws-cli.

As this image is mainly useful in a CI context, jq is also provided in it, to parse some awscli response.

aws apigateway get-rest-apis | jq -r '.items[]|select(.name == "my-api")|.id'