No description
Find a file
badblocks 614fdd5ebe
Some checks failed
bluebuild / Build Custom Image (push) Failing after 4s
bluebuild / Build Custom Image-1 (push) Failing after 3s
Add new recipes and update build pipeline
- Split common-modules into base.yml and gui.yml
- Rename and consolidate old recipe_gnome* files into bazzite-gnome.yml;
  move firmware
  path
- Add new build recipe ucore-hci.yml
- Update GitHub Actions: schedule to 18:00 UTC, add concurrency, bump
  blue-build action to v1.11 and switch matrix recipes
- Update docker-ce repo URLs to Fedora 43
- Rotate cosign public key
2026-03-10 22:25:22 -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 Split recipe into common-modules.yml, and recipe_gnome.yml. Add recipe_gnome-nvidia-open and update build.yml to support building a new nvidia-compatible image in addition to the normal gnome image 2025-06-04 23:01:23 -07:00

ublue-custom   bluebuild build badge

See the BlueBuild docs for quick setup instructions for setting up your own repository based on this template.

After setup, it is recommended you update this README to describe your custom image.

Installation

Warning

This is an experimental feature, try at your own discretion. First, install Bazzite normally, then rebase to this custom version!

To rebase an existing atomic Fedora installation to this build, including Bazzite:

  • 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-badblocks-gnome: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-badblocks-gnome:latest
    
  • Reboot again to complete the installation
    systemctl reboot
    

Images

Currently the following images are available:

  • bazzite-badblocks-gnome
  • bazzite-badblocks-gnome-nvidia-open

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/bazzite-custom