Skip to content

ZenaroOS/Zenaro-CI

Repository files navigation

This repo will be moved to gitlab under the Ziron Project banner

Zenaro Development Container Images

Bootable Container images for rpm-ostree (In development)


  1. Features
  2. Tips and tricks
  3. How to install
  4. Special Thanks

Features:

  • Stable and Reliable Fedora System
  • Distrobox, neovim, starship and chezmoi installed by default
  • Flatpak and rpm-ostree autoupdate, thanks ublue team
  • Native integration with appimages with AppImageLauncher
  • Added tiling functionality to all DEs

Tips and tricks

Unlike the tradicional desktop, the image shouldn't be changed instead, toolbox or distrobox should be used to interact with mutable images. It's even possible to run DEs or WMs inside it.

If you want to check the image before using it run:

Podman

podman run -it ghcr.io/zenaroos/image-name:version bash

With this you can check the container without using on the host machine via rpm-ostree

How to Install?

On the terminal run:

Gahnite ( Gnome Spin )

rpm-ostree rebase ostree-unverified-registry:ghcr.io/zenaroos/gahnite-devel:latest

Kinoite ( KDE Spin )

rpm-ostree rebase ostree-unverified-registry:ghcr.io/zenaroos/kinoite-devel:latest

Sphene ( Sway Spin )

rpm-ostree rebase ostree-unverified-registry:ghcr.io/zenaroos/sphene-devel:latest

Replace the latest tag with the version or date desired

Special Thanks

Project Helped License
Fedora Project Created the distro and rpm-ostree MIT
UblueOS team Showed me how to create and edit Ostree Images Apache 2.0

This is a personal project, none that were thanked here endorse or promote this project

This repo has a lot of code adapted or used from ublue-os/main and ublue-os/startingpoint