Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

charles25565/rocky-bootc

Repository files navigation

Rocky Linux bootc images

Important

Most of my work is going towards my AlmaLinux bootc images. Please check that. This repo will be archived.

CI/CD

Note

These are currently unofficial.

You can check the forum thread if you'd like.

Using

Use the container URL: ghcr.io/charles25565/rocky-bootc

Building

  1. Checkout the right branch:
git checkout rX # r9, r10 or whichever version
  1. Checkout the submodules:
git submodule init
git submodule update
  1. 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.