Minimal awscli using python-alpine base image.
1.2K
Minimal AWS CLI Docker container using official Python Alpine base.
aws from project root to /usr/local/bin or /opt/bin (CoreOS)
aws above uses yamaszone/awscli:latest as the default image. If you need specific CLI version, see available tags.aws configure from terminal.run script to help performing typical tasks for developer workflow (e.g. build image, setup test framework to test image, run tests, etc.)$ ./run help
Usage:
cba | configure-bats-assert : Configure bats-assert library (first-time only).
stf | setup-test-framework : Setup test framework (first-time only).
build : Build image with the given tag (default=latest).
tests : Run tests.
help : Show this help.
./tests assert successful image builds and are split into two groups using the following prefix:
healthcheck_*.bats: Smoke tests that doesn't require AWS credentialstest_*.bats: Smoke tests that requires AWS credentialshealthchecks_*.bats via CircleCI when any new changes are pushed to masterContent type
Image
Digest
Size
58.6 MB
Last updated
over 8 years ago
docker pull yamaszone/aws