Docker image containing AWS CLI V2, AWS Shell, and some scripts to ease AWS deployments.
If you want to build and use your own local image
# build image locally
$ make build
# go inside the container
$ make shell
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_ACCOUNT_ID=
- Change (or not)
VERSION
inMakefile
- Build and test locally
- Commit and push the changes
- Tag the commit with the command
make gitTag
- Go to hub.docker.com
- In
Build Details
tab, you should now see the new tag kicking off
The Docker image has the following:
- Alpine
- aws-cli
- aws-shell
- aws-sam-cli
- envsubst: quite useful to create file based on a template using env vars
App managed by DNX Solutions.
MIT Licensed. See LICENSE for full details.