Let's assume for now that our own builder image isn't going to break us. This is needed to unblock getting `git` in the image which we need for other things. At some point yes we can investigate renovate for this potentially but I'd rather say that we have decent CI around the builder image. |
||
|---|---|---|
| .github/workflows | ||
| .tekton | ||
| docs | ||
| tier-0 | ||
| tier-1 | ||
| .mdl_style.rb | ||
| .mdlrc | ||
| .pre-commit-config.yaml | ||
| COPYING | ||
| LICENSE | ||
| README.md | ||
| c9s.repo | ||
| centos-stream-9.yaml | ||
| centos-tier-0-rt-stream9.yaml | ||
| centos-tier-0-stream9.yaml | ||
| centos-tier-1-rt-stream9.yaml | ||
| centos-tier-1-stream9.yaml | ||
| fedora-eln.repo | ||
| fedora-tier-0-eln.yaml | ||
| fedora-tier-1-eln.yaml | ||
| fedora.repo | ||
| renovate.json | ||
README.md
centos-boot
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 the project documentation.