# custom bootc image This repository contains all information necessary to build my very own customized bootc image. I've attached various links I used to learn about how all of this works below, they are in no particular order. ## Build A qcow image may be built by first calling `make oci` to build the oci image and then `make qcow` to turn it into a bootable qcow image. ## Links - (getting started)[https://docs.fedoraproject.org/en-US/bootc/building-containers] - (Fedora Silverblue)[https://fedoraproject.org/atomic-desktops/silverblue/download] is a fully prepared gnome desktop distribution. - (cicd-bootc)[https://github.com/nzwulfin/cicd-bootc] example repository with github action workflow for building images - (universal-blue)[https://universal-blue.org] prebuilt image provider (Aurora, Bazzite, Bluefin, uCore) - (image building guidance)[https://bootc-dev.github.io/bootc/building/guidance.html] - (authentication in images)[https://docs.fedoraproject.org/en-US/bootc/authentication] - (provisioning with qemu and libvirt)[https://docs.fedoraproject.org/en-US/bootc/qemu-and-libvirt] - (fedora base images)[https://docs.fedoraproject.org/en-US/bootc/base-images] - (bootc image builder)[https://github.com/osbuild/bootc-image-builder] - (building bootc images from scratch)[https://docs.fedoraproject.org/en-US/bootc/building-from-scratch] - (building derived images)[https://docs.fedoraproject.org/en-US/bootc/building-containers]