Skip to content

faeizmahrus/os-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-images   bluebuild build badge

My personal OCI container images.

Instructions for ISO generation: here.

Verify the image signature by downloading the cosign.pub file from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/faeizmahrus/kinoite-mahrus

For distrobox images: distrobox-images-boxkit

Image list

  • Fedora Kinoite image with the RPMFusion repos, Brave Browser, entire Noto font family, OpenBangla Keyboard and many other things preinstalled.
  • Fedora Silverblue image with the RPMFusion repos, Brave Browser, entire Noto font family, OpenBangla Keyboard and many other things preinstalled.

Installing kinoite-mahrus

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/faeizmahrus/kinoite-mahrus:latest
    
  • Reboot to complete the rebase:
    systemctl reboot
    
  • Finally, rebase to the signed image:
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/faeizmahrus/kinoite-mahrus:latest
    
  • Reboot again to complete the installation
    systemctl reboot
    

The latest tag will automatically point to the latest build.

BlueBuild

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