Skip to content

radioaddition/secureblue-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secureblue-custom   bluebuild build badge

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

Installation

Warning
This is an experimental feature, try at your own discretion.

First, install Fedora Silverblue Then, rebase to the latest build:

  • First rebase to the unsigned image, to get the proper signing keys and policies installed:
    rpm-ostree rebase ostree-unverified-registry:ghcr.io/radioaddition/$IMAGE: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/radioaddition/$IMAGE:latest
    
  • Reboot again to complete the installation
    systemctl reboot
    
  • Where $IMAGE is one of:
    • secureblue-custom-gnome-lts
    • secureblue-custom-gnome
    • secureblue-custom-hyprland
    • secureblue-custom-hyprland-lts NOTE: Hyprland is currently not recommended due to a lack of screen security. I most likely won't update the recipe for this image until this is changed. the image will still receive automatic updates from upstream

The latest tag will automatically point to the latest build. That build will still always use the Fedora version specified in recipe.yml, so you won't get accidentally updated to the next major version.

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/radioaddition/secureblue-custom-$IMAGE