Skip to content

cyrneko/ublue-niri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ublue-niri   bluebuild build badge

This is my personal Universal Blue image, including things like Niri, Greetd

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

To rebase an existing atomic Fedora installation to the latest build:

  • Rebase using this command:
    rpm-ostree rebase ostree-unverified-registry:ghcr.io/cyrneko/ublue-niri:latest
  • Reboot to complete the rebase:
    systemctl reboot
    # or just 'reboot'
optionally rebase to signed images - Then rebase to the signed image, like so: ```bash rpm-ostree rebase ostree-image-signed:docker://ghcr.io/cyrneko/ublue-niri:latest ``` - Reboot again to complete the installation ```bash systemctl reboot ```

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/cyrneko/ublue-niri