fixed wording
This commit is contained in:
parent
29f5a1394d
commit
961e74e8f3
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Package-Centric Source-Based Container Build System
|
# Package-Centric Source-Based Container Build System
|
||||||
|
|
||||||
## Why?
|
## Reasons
|
||||||
* 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.
|
||||||
* Application dependencies, which typically are libraries, are typically
|
* Application dependencies, which typically are libraries, are typically
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
what libraries are installed
|
what libraries are installed
|
||||||
* Ad-Hoc source builds are time consuming
|
* Ad-Hoc source builds are time consuming
|
||||||
|
|
||||||
## What for?
|
## Goals
|
||||||
* Fast source builds with lots of packages available
|
* Fast source builds with lots of packages available
|
||||||
* Ad-Hoc source builds if required but defaulting to binary repository
|
* Ad-Hoc source builds if required but defaulting to binary repository
|
||||||
* Reproducible and shareable builds
|
* Reproducible and shareable builds
|
||||||
|
@ -18,10 +18,8 @@
|
||||||
* Integrable with CI
|
* Integrable with CI
|
||||||
* Portable
|
* Portable
|
||||||
|
|
||||||
## How?
|
## Comparable
|
||||||
|
* Descriptive build spec. Examples:
|
||||||
## Like what?
|
|
||||||
* 100% descriptive build spec. Examples:
|
|
||||||
* https://embedux.github.io/documentation/usage/rootfs/configuration.yml/index.html
|
* https://embedux.github.io/documentation/usage/rootfs/configuration.yml/index.html
|
||||||
* http://nixos.org/nixos/about.html
|
* http://nixos.org/nixos/about.html
|
||||||
* https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64?id=HEAD
|
* https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64?id=HEAD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue