Skip to content

arminmiau/dev-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-image   bluebuild build badge

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.

Installation using rpm-ostree rebase

Warning
This is an experimental feature, try at your own discretion. Also rpm-ostree will get reworked into a stable release with F41.

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
    

ISO

Go to the workflow, click the latest passing build and download the artifact which contains a .iso file.

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/arminmiau/dev-image