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
- 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.
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.
See the BlueBuild docs for quick setup instructions for setting up your own repository based on this template.