Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:19:18.000Z (2 months ago)
- Last Synced: 2024-09-12T10:14:40.041Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 75.2 KB
- Stars: 0
- 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
![Security](https://github.com/DNXLabs/docker-node-cdk/workflows/Security/badge.svg)
![Lint](https://github.com/DNXLabs/docker-node-cdk/workflows/Lint/badge.svg)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.