This repository is for my personal OS image, very much based on my own needs. It's based on Bluefin (dx-stable) and a template published by the Universal Blue Project.
To rebase an existing Bluefin installation to this build:
-
Rebase to the latest image:
sudo bootc switch ghcr.io/coxde/bluefin:latest --enforce-container-sigpolicy- The
--enforce-container-sigpolicyis important to ensure you're checking the signature of the produced image.
- The
-
Reboot to complete the rebase:
systemctl reboot
The latest tag will automatically point to the latest build.
To-do
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/coxde/bluefin