ci-builder/README.md

32 lines
545 B
Markdown
Raw Normal View History

2020-05-07 17:53:27 +00:00
# ci-builder
Docker image designed for generic CI tasks
## Features
2020-05-07 20:03:00 +00:00
* Based on Ubuntu 19.10
* Go with golint and golangci-lint
* Git
* Curl
* nvm
* terraform-switcher
* kubectl
2020-05-07 17:53:27 +00:00
## Building from source
```sh
make docker-build
```
## Contributing
2020-12-13 17:26:17 +00:00
If you find a bug or have an idea for a new feature please raise an issue to discuss it.
2020-05-07 17:53:27 +00:00
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](LICENSE)