From 2f63440909e44fb93958e0b932144f299aeff074 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Apr 24 2024 19:18:58 +0000 Subject: Add back a README The Motivation section is the same one as the one from centos-bootc. No instructions yet on how to build it yourself yet. I'd like to improve that first before documenting it. --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e7bd17 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# fedora-bootc + +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. + +## 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: + +For a CentOS version of this repo, see .