Sign inSign up

cibuilds/aws

By cibuilds

Updated almost 4 years ago

Image
1

1M+

cibuilds/aws repository overview

CI Builds: AWS Image CircleCI Build Status GitHub License

Docker image containing the AWS (Amazon Web Services) CLI designed to run well in Continuous Integration environments such as CircleCI. This image also contains the AWS EB (Elastic Beanstalk) CLI.

AWS CLI v2

Version 2 of the AWS CLI is packaged a bit different by Amazon thus the version 2.x.x tags of this image work a bit differently. The AWS CLI is installed as a standalone package while the EB CLI is installed via Pip. The version 2 tags are built on an Ubuntu base image (provided by CircleCI). If you need to install additional packages in this image, you'll want to use:

sudo apt-get update && sudo apt-get install <my-package>

AWS CLI v1

Based on CI Base which is based on Docker Alpine. Version 1 of the AWS CLI is packaged like a typical Pip package. In these tags the AWS CLI and EB CLI are installed via Pip. If you need to install additional packages in this image, you'll want to use:

apk add --no-cache <my-package>

Tag summary

Content type

Image

Digest

sha256:4172a45e9

Size

403.7 MB

Last updated

almost 4 years ago

docker pull cibuilds/aws