An open API service indexing awesome lists of open source software.

https://github.com/averagemarcus/ci-builder


https://github.com/averagemarcus/ci-builder

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```sh
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](LICENSE)