Docker image containing AWS CLI, AWS Shell, and AWS CDK.
- Docker
If you want to build and use your own local image
# build image locally
$ make build
# go inside the container
$ make shell
- 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-cdk
- envsubst: quite useful to create file based on a template using env vars
Managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.