Important
Most of my work is going towards my AlmaLinux bootc images. Please check that. This repo will be archived.
Note
These are currently unofficial.
You can check the forum thread if you'd like.
Use the container URL: ghcr.io/charles25565/rocky-bootc
- Checkout the right branch:
git checkout rX # r9, r10 or whichever version
- Checkout the submodules:
git submodule init
git submodule update
- Build the image:
sudo rpm-ostree compose image -i --image-config=config.json --format=ociarchive treefile.yml rocky-bootc.ociarchive
You can tweak the output however you like, e.g. writing to a registry instead.