This is an alpine-based container that contains the AWS CLI. Two versions are available depending on the preferred entrypoint.
The cloudiverse/awscli images come in many flavors, each designed for a specific use case.
cloudiverse/awscli:<version>This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It contains only the awscli with the same entrypoint.
This tag is based off of the python container
cloudiverse/awscli:<version>-bashThis image is the same with only the entrypoint changed. This will likely be used mostly within CI pipelines.
To use, run the container with your github repository mounted to it (or using the docker.inside functionality in Jenkins) and just run aws with the appropriate parameters for the tool (see below).
Jenkins Example:
docker.image('cloudiverse/awscli:<version>').inside {
sh 'aws help'
}
Content type
Image
Digest
Size
41.4 MB
Last updated
about 6 years ago
docker pull cloudiverse/awscli