A set of build scripts and instructions for building bootc compatible images.
This code is very early in development and is very experimental. Please do not use it in production yet. Please do consider testing it out, provide feedback, and maybe provide fixes.
See the prerequisites from the following site:
Follow the instructions here for setting up a service account and logging into either docker or podman, depending on which one you plan on using: https://catalog.redhat.com/software/containers/rhel10/rhel-bootc/6707d29f27f63a06f7873ee2?container-tabs=gti>i-tabs=registry-tokens
Use the build script and set the base image to use.
Example:
./build.sh --base registry.redhat.io/rhel10/rhel-bootc:10.0-1751944974
Example RPI images:
./build.sh --base quay.io/almalinuxorg/almalinux-bootc-rpi:10
Example regular images:
./build.sh --base quay.io/almalinuxorg/almalinux-bootc:10
See the instructions under demo