Personal Fedora 44 bootc image. AMD-only, amd64-only. Niri compositor with QuickShellX panel, greetd direct login, kitty terminal, chezmoi dotfiles. Built with raw podman build from quay.io/fedora/fedora-bootc:44.
sudo bootc switch --transport registry ghcr.io/mecattaf/harness:latestNote that we may need to have
sudo bootc switch ghcr.io/mecattaf/harness:latest
systemctl reboot
Download the ISO from GitHub Actions artifacts (built monthly).
- Base: Fedora 44 bootc
- Compositor: Niri (git, via COPR)
- Panel: QuickShellX (via COPR mecattaf/harnessRPM)
- Login: greetd (direct niri-session, no greeter UI)
- Terminal: kitty (primary), foot (kept for niri ecosystem)
- Dotfiles: chezmoi from github.com/mecattaf/dotfiles
- Updates: bootc auto-updates (7-day timer) + uupd
See comparison.yml for the full package list.
podman build -t harness:latest -f Containerfile .Apache 2.0
A lot of inspiration was taken from zirconium