mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-21 23:14:27 +01:00
a4219bee63ed5283d427ca6628c32ecc49ff78fd
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]
Description
Languages
Shell
55.8%
Makefile
33.1%
Dockerfile
11.1%