https://github.com/DNXLabs/docker-node-cdk
Docker image containing AWS CLI, AWS Shell, and AWS CDK.
https://github.com/DNXLabs/docker-node-cdk
Last synced: 4 months ago
JSON representation
Docker image containing AWS CLI, AWS Shell, and AWS CDK.
- Host: GitHub
- URL: https://github.com/DNXLabs/docker-node-cdk
- Owner: DNXLabs
- License: apache-2.0
- Created: 2022-03-17T05:13:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T00:22:48.000Z (6 months ago)
- Last Synced: 2025-01-12T01:21:44.522Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# docker-node-cdk

Docker image containing AWS CLI, AWS Shell, and AWS CDK.
## Dependencies
- Docker## Usage
### Build Locally
If you want to build and use your own local image
```bash
# build image locally
$ make build
# go inside the container
$ make shell
```## Update Docker image
1. Change (or not) `VERSION` in `Makefile`
2. Build and test locally
3. Commit and push the changes
4. Tag the commit with the command `make gitTag`
5. Go to [hub.docker.com](hub.docker.com)
6. In `Build Details` tab, you should now see the new tag kicking offDocker image
------------The Docker image has the following:
- Alpine
- [aws-cli](https://github.com/aws/aws-cli)
- [aws-shell](https://github.com/awslabs/aws-shell)
- [aws-cdk](https://github.com/aws/aws-cdk)
- envsubst: quite useful to create file based on a template using env vars## Author
Managed by [DNX Solutions](https://github.com/DNXLabs).
## License
Apache 2 Licensed. See [LICENSE](https://github.com/DNXLabs/docker-node-cdk/blob/master/LICENSE) for full details.