add build management system for projects that do more than just build images, add habitat

This commit is contained in:
Wes Widner 2017-10-30 18:35:09 -04:00
parent db2b8ccfcf
commit 7b2de0b430

View File

@ -6,6 +6,8 @@ A collection of container related security resources
* [**Image**](#image)
* [**Build Management**](#build-management)
* [**Networking**](#networking)
* [**Security profiles**](#security-profiles)
@ -83,6 +85,15 @@ A collection of container related security resources
------------------------------------------------------------------------------------------
## Build Management
------------------------------------------------------------------------------------------
### [Habitat.sh](https://www.habitat.sh/)
* Source to deployment framework. An alternative to Kubernetes and Spinnaker. I include it here because it implements a concept of trusted images and dependency management
------------------------------------------------------------------------------------------
## Networking
------------------------------------------------------------------------------------------