Go to file
Liora Milbaum 89c9f0a31d
Merge pull request #39 from CentOS/renovate/all
chore(deps): pin quay.io/centos-boot/builder docker tag to a56f67a
2023-11-09 08:25:45 +02:00
.github/workflows chore(deps): pin quay.io/centos-boot/builder docker tag to a56f67a 2023-11-08 18:21:37 +00:00
.tekton Unpin builder image 2023-11-08 11:00:04 -05:00
docs Merge pull request #40 from cgwalters/doc-logins 2023-11-08 20:04:06 -05:00
tier-0 Squash sagano identifier 2023-11-07 09:05:21 +02:00
tier-1 Squash sagano identifier 2023-11-07 09:05:21 +02:00
.mdl_style.rb pre-commit enabled 2023-10-30 23:14:50 +02:00
.mdlrc pre-commit enabled 2023-10-30 23:14:50 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.51.3 2023-11-09 01:13:26 +00:00
COPYING Enable pre-commit 2023-10-30 22:27:12 +02:00
LICENSE Initial split from Fedora CoreOS 2022-12-09 15:32:25 -05:00
README.md Add GH Pages infrastructure 2023-11-07 15:31:53 -05:00
c9s.repo Fix typo 2023-03-04 09:45:57 -05:00
centos-stream-9.yaml Add bootc to eln 2023-11-01 15:20:20 -04:00
centos-tier-0-rt-stream9.yaml Enable pre-commit 2023-10-30 22:27:12 +02:00
centos-tier-0-stream9.yaml Enable pre-commit 2023-10-30 22:27:12 +02:00
centos-tier-1-rt-stream9.yaml Introduce a tier-0 image 2023-09-15 15:11:01 -04:00
centos-tier-1-stream9.yaml Enable pre-commit 2023-10-30 22:27:12 +02:00
fedora-eln.repo Enable pre-commit 2023-10-30 22:27:12 +02:00
fedora-tier-0-eln.yaml Add bootc to eln 2023-11-01 15:20:20 -04:00
fedora-tier-1-eln.yaml Add bootc to eln 2023-11-01 15:20:20 -04:00
fedora.repo Add a c9s build 2022-12-09 15:52:45 -05:00
renovate.json Update renovate.json 2023-11-07 08:47:15 +02:00

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.