Sign inSign up

cloudiverse/awscli

By cloudiverse

Updated about 6 years ago

AWS CLI Container Image

Image
0

10K+

cloudiverse/awscli repository overview

AWS CLI Container

Build Status

This is an alpine-based container that contains the AWS CLI. Two versions are available depending on the preferred entrypoint.

Image Variants

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>-bash

This image is the same with only the entrypoint changed. This will likely be used mostly within CI pipelines.

Usage

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'
}

Tag summary

Content type

Image

Digest

Size

41.4 MB

Last updated

about 6 years ago

docker pull cloudiverse/awscli