You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 9 months ago | |
LICENSE | 3 years ago | |
Makefile | 9 months ago | |
README.md | 2 years ago |
README.md
ci-builder
Docker image designed for generic CI tasks
Features
- Based on Ubuntu 19.10
- Go with golint and golangci-lint
- Git
- Curl
- nvm
- terraform-switcher
- kubectl
Building from source
make docker-build
Contributing
If you find a bug or have an idea for a new feature please raise an issue to discuss it.
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
Thank you 💛
License
See LICENSE