This is a small but notable step towards making the build process more container native. The rpm-ostree bits are hidden much more. We use a special trick specific to podman/buildah to do `FROM oci-archive` on an oci-archive that was built in a previous image stage. This lets us do things not possible in a Containerfile that is basically about total control over the image layers: - Output content-addressed reproducible "chunked" layers - Choose whether or not to use zstd for layers See discussion in e.g. https://github.com/coreos/rpm-ostree/issues/4688 Signed-off-by: Colin Walters <walters@verbum.org> |
||
|---|---|---|
| .fmf | ||
| .github/workflows | ||
| .tekton | ||
| docs | ||
| plans | ||
| tier-0 | ||
| tier-1 | ||
| .mdl_style.rb | ||
| .mdlrc | ||
| .pre-commit-config.yaml | ||
| COPYING | ||
| Containerfile.centos-stream9 | ||
| LICENSE | ||
| README.md | ||
| c9s-devel-compose.repo | ||
| c9s.repo | ||
| catalog-info.yaml | ||
| centos-bootc-config.json | ||
| centos-bootc.yaml | ||
| centos-stream-9.yaml | ||
| centos-tier-0-rt-stream9.yaml | ||
| centos-tier-0-stream9.yaml | ||
| centos-tier-1-rt-stream9.yaml | ||
| copr-walters-fasttracks.repo | ||
| fedora-bootc-config.json | ||
| fedora-bootc.yaml | ||
| fedora-eln.repo | ||
| fedora-tier-0-eln.yaml | ||
| fedora.repo | ||
| renovate.json | ||
README.md
centos-bootc
Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages.
The longer term vision of this project is that the build infrastructure (and possibly some of the container definitions) move into the respective upstream operating systems. For now, this project acts as a more central point for this across these distributions.
Motivation
The original Docker container model of using "layers" to model applications has been extremely successful. This project aims to apply the same technique for bootable host systems - using standard OCI/Docker containers as a transport and delivery format for base operating system updates.
More information
See: https://bootc-org.gitlab.io/documentation/
Badges
| Badge | Description | Service |
|---|---|---|
| Dependencies | Renovate | |
| Static quality gates | pre-commit |