Go to file
Colin Walters 776e92256b initramfs: Add virtiofs
Today it's built as a module for Fedora derivatives, but
it's a relatively small kmod.

In particular I want to be able to use a virtiofs root as
a bootstrap mechanism to generate disk images in a situation
where we can't do nested containers, but we do have `/dev/kvm` -
which is the setup we have in e.g. OpenShift Prow on `build02`
with nested virt.
2024-01-27 10:57:47 -05:00
.fmf RHTAP/Testing Farm integration tests 2024-01-16 20:41:23 +02:00
.github/workflows chore(deps): update actions/deploy-pages action to v4.0.3 2024-01-15 17:29:38 +01:00
.tekton Don't trigger the pull request pipeline if docs files were changed 2024-01-18 13:11:10 +02:00
docs Merge pull request #205 from cgwalters/doc-bootc-and-systemd-creds 2024-01-26 15:51:47 -05:00
plans RHTAP/Testing Farm integration tests 2024-01-16 20:41:23 +02:00
tier-0 initramfs: Add virtiofs 2024-01-27 10:57:47 -05:00
tier-1 Merge pull request #200 from cgwalters/enable-rhsm 2024-01-26 17:25:18 -05:00
.mdl_style.rb Update .mdl_style.rb 2023-11-09 16:14:45 +02:00
.mdlrc Update .mdlrc 2023-11-09 16:18:33 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.141.0 2024-01-22 01:54:33 +01: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 README badges 2023-11-23 17:19:13 +02:00
c9s-devel-compose.repo chore(deps): update dependency centos-stream-9 to v20240127 2024-01-27 09:12:57 +01:00
c9s.repo Fix typo 2023-03-04 09:45:57 -05:00
catalog-info.yaml chore: add backstage component descriptor file 2024-01-24 12:44:47 +02:00
centos-bootc.yaml Red Hat Trusted App Pipeline update fedora-bootc 2023-11-22 19:51:24 +02:00
centos-stream-9.yaml Pull out odcs-4383. It was garbage collected 2024-01-17 15:25:38 +02: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
fedora-bootc.yaml Red Hat Trusted App Pipeline update fedora-bootc 2023-11-22 19:51:24 +02:00
fedora-eln.repo chore(deps): update dependency fedora-eln to fedora-eln-20240127.1 2024-01-27 08:10:08 +01:00
fedora-tier-0-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 2024-01-17 13:27:49 +02:00

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 the project documentation.

Badges

Badge Description Service
Renovate Dependencies Renovate
Pre-commit Static quality gates pre-commit