rewordings
This commit is contained in:
parent
e292472fe6
commit
be0e757b67
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue