rewordings

This commit is contained in:
steveej 2015-07-29 18:03:35 +02:00
parent e292472fe6
commit be0e757b67

View file

@ -1,12 +1,13 @@
# Package-Centric Source-Based Container Build System # Package-Centric Source-Based Container Build System
## Problems to solve ## Motivation
* There's no standardized way to create container images that include * There's no standardized way to create container images that include
applications built from upstream sources. applications built from upstream sources.
* No standardized way to share artifacts for containers instead of whole
containers
* Application dependencies, which are mostly libraries, are typically * Application dependencies, which are mostly libraries, are typically
neglected when calculating container dependencies. This causes not knowing neglected when calculating container dependencies. This causes not knowing
what libraries are installed what libraries are installed
* Ad-Hoc source builds are time consuming
## Features ## Features
### Package based container builds ### Package based container builds