Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kool-dev/docker-toolkit
Docker Images for CI/CD
https://github.com/kool-dev/docker-toolkit
aws-cli docker docker-compose doctl hacktoberfest helm kool kool-dev kooldev kubectl terraform
Last synced: 2 months ago
JSON representation
Docker Images for CI/CD
- Host: GitHub
- URL: https://github.com/kool-dev/docker-toolkit
- Owner: kool-dev
- License: mit
- Created: 2020-08-26T15:15:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T16:32:26.000Z (over 3 years ago)
- Last Synced: 2024-03-10T11:02:15.669Z (11 months ago)
- Topics: aws-cli, docker, docker-compose, doctl, hacktoberfest, helm, kool, kool-dev, kooldev, kubectl, terraform
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/kooldev/toolkit
- Size: 20.5 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kool-dev/toolkit
Image with toolkit to use by development. This images can be help to use with [kool](https://github.com/kool-dev/kool).
## Usage
With `docker run`:
### Terraform with Aws Cli
```sh
docker run -it --rm kooldev/toolkit:1.0-terraform-aws terraform --version
docker run -it --rm kooldev/toolkit:1.0-terraform-aws aws --version
```### Full
```sh
docker run -it --rm kooldev/toolkit:1.0-full terraform --version
docker run -it --rm kooldev/toolkit:1.0-full aws --version
docker run -it --rm kooldev/toolkit:1.0-full kubectl --help
docker run -it --rm kooldev/toolkit:1.0-full docker --version
docker run -it --rm kooldev/toolkit:1.0-full docker-compose --version
docker run -it --rm kooldev/toolkit:1.0-full doctl version
docker run -it --rm kooldev/toolkit:1.0-full helm version
```### Available Tags
- terraform-aws
- full### Variables
**TF_TOKEN**: The token to `.terraformrc` file
**TF_HOSTNAME**: The hostname to `.terraformrc` file## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.