No description
Find a file
2026-03-10 23:15:38 -07:00
.github Add new recipes and update build pipeline 2026-03-10 22:25:22 -07:00
files Add new recipes and update build pipeline 2026-03-10 22:25:22 -07:00
modules Major refactor to blue-build to allow more complex builds 2024-11-13 20:44:18 -08:00
recipes Add new recipes and update build pipeline 2026-03-10 22:25:22 -07:00
.gitignore Major refactor to blue-build to allow more complex builds 2024-11-13 20:44:18 -08:00
cosign.pub Add new recipes and update build pipeline 2026-03-10 22:25:22 -07:00
LICENSE Initial commit 2024-04-22 11:51:38 -07:00
README.md Update README 2026-03-10 23:15:38 -07:00

ublue-custom   bluebuild build badge

These are customizations of upstream Universal Blue images, which themselves are customizations of Fedora CoreOS.

Installation

Warning

This is an experimental feature, try at your own discretion. If you are not yet on an existing atomic Fedora installation, you will first need to install any existing ublue or atomic Fedora image normally (e.g. via ISO on bare metal). Once installed, you can use that installation to complete the steps below.

To rebase an existing atomic Fedora installation to this build, including any ublue-based installation:

  • First rebase to the unsigned image, to get the proper signing keys and policies installed:
    rpm-ostree rebase ostree-unverified-registry:ghcr.io/badbl0cks/bazzite-gnome-badblocks:latest
    
  • Reboot to complete the rebase:
    systemctl reboot
    
  • Then rebase to the signed image, like so:
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/badbl0cks/bazzite-gnome-badblocks:latest
    
  • Reboot again to complete the installation
    systemctl reboot
    

Images

Currently the following images are available:

  • bazzite-gnome-badblocks (Desktop gaming)
  • ucore-hci-badblocks (Server/NAS-oriented)

Verification

These images are signed with Sigstore's cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/badbl0cks/ublue