This is a image to quickly run AWS CLI through CI/CD pipelines without having to install AWS CLI on the server.
latest (Dockerfile) - AWS CLI Version 1.16.86To run any other supported command
docker run --tty -i -e "AWS_ACCESS_KEY_ID=<KEY_ID>" -e "AWS_SECRET_ACCESS_KEY=<SECRET>" -e "AWS_DEFAULT_REGION=<REGION>" nandogameiro/awscli:latest aws [options] <command> <subcommand> [parameters]
AWS CLI Synopis
aws [options] <command> <subcommand> [parameters]
For more info AWS CLI Reference
Content type
Image
Digest
Size
58.6 MB
Last updated
about 7 years ago
docker pull nandogameiro/awscli