This repo contains the definition files for the base Fedora bootable container.
Note that while the repo is currently hosted under the fedora-iot
namespace,
it is not tied to the IoT use case; these are generic base images.
The images here are built in Fedora by pungi and pushed to quay.io/fedora/fedora-bootc.
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.
See: https://containers.github.io/bootable/
For a CentOS version of this repo, see https://github.com/CentOS/centos-bootc.