Add Habitus, Copper, Started, Trackman and Konfig

- Add Habitus https://github.com/cloud66-oss/habitus) - A build flow tool for Docker.
- Add Cooper https://github.com/cloud66-oss/copper) - A configuration file validator for Kubernetes.
- Add Starter https://github.com/cloud66-oss/starter) - Generates a Dockerfile & a docker-compose.yml file from arbitrary source code.
- Add Trackman https://github.com/cloud66-oss/trackman - Execute commands as a workflow.
- Add Konfig https://github.com/cloud66-oss/konfig - A Kubernetes friendly Rails configuration gem.
This commit is contained in:
Kasia 2020-10-23 10:53:25 +01:00
parent a36b6b85bd
commit 2c9a7bdbfb

View File

@ -7,5 +7,15 @@ Before submitting a pull request, verify it meets all requirements in the [Contr
Why is this awesome? Why is this awesome?
:green_heart:[Habitus](https://github.com/cloud66-oss/habitus) :fire::fire::fire::fire: - Habitus is a standalone build flow tool for Docker. It builds Docker images based on their Dockerfile and a build.yml. :green_heart:[Habitus](https://github.com/cloud66-oss/habitus) :fire::fire::fire::fire: - Habitus is a standalone build flow tool for Docker. It builds Docker images based on their Dockerfile and a build.yml.
:green_heart:[Habitus](https://github.com/cloud66-oss/habitus) :fire::fire::fire::fire: - Habitus is a standalone build flow tool for Docker. It builds Docker images based on their Dockerfile and a build.yml.
:green_heart:[Cooper](https://github.com/cloud66-oss/copper) :fire::fire: - A configuration file validator for Kubernetes. This is specifically useful with Kubernetes configuration files to enforce best practices, apply policies and compliance requirements.
:green_heart:[Starter](https://github.com/cloud66-oss/starter) :fire: - Starter is a command-line tool to generate a Dockerfile and a docker-compose.yml file from arbitrary source code. It will kickstart the journey towards containerizing your apps.
:green_heart:[Trackman]([https://github.com/cloud66-oss/trackman](https://github.com/cloud66-oss/trackman)) :fire: - Trackman is a command-line tool and Go library that runs multiple commands in a workflow. It supports parallel steps, step dependencies, async steps, and success checkers.
:green_heart:[Konfig]([https://github.com/cloud66-oss/konfig](https://github.com/cloud66-oss/konfig)) :fire: - Konfig is a Kubernetes friendly Rails gem. It can load configuration and secrets from both YAML or folders with individual files and present them to your application the same way.
Like this pull request? Vote for it by adding a :+1: Like this pull request? Vote for it by adding a :+1: