Update README for Fedora

This commit is contained in:
Timothée Ravier 2024-04-25 16:59:41 +02:00
parent 53adffa9ef
commit e06d09cb5b
1 changed files with 6 additions and 13 deletions

View File

@ -1,20 +1,13 @@
# centos-bootc # Fedora bootc base images
Create and maintain base *bootable* container images from Fedora ELN and Create and maintain base *bootable* container images from Fedora packages.
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 ## Motivation
The original Docker container model of using "layers" to model The original Docker container model of using "layers" to model applications has
applications has been extremely successful. This project been extremely successful. This project aims to apply the same technique for
aims to apply the same technique for bootable host systems - using bootable host systems - using standard OCI/Docker containers as a transport and
standard OCI/Docker containers as a transport and delivery format delivery format for base operating system updates.
for base operating system updates.
## More information ## More information