A custom Universal Blue Aurora image with more dev tools like Rider and nodejs preinstalled. OCI image built using bluebuild, ISO built using JasonN3’s build-container-installer.
Warning
This is an experimental feature, try at your own discretion.
To rebase an existing atomic Fedora installation 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/arminmiau/dev-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/arminmiau/dev-image:latest
- Reboot again to complete the installation
systemctl reboot
Go to the workflow, click the latest passing build and download the artifact which contains a .iso file.
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/arminmiau/dev-image