Test repo for the Atomic Desktops
Find a file
2024-10-08 22:08:06 +02:00
ci ci: Manually install python3-libdnf5 first 2024-08-29 19:27:10 +02:00
.gitignore
.gitlab-ci.yml Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
.zuul.yaml ci: Use Rawhide cloud image again 2024-08-29 19:27:10 +02:00
base-atomic.yaml
bootc.yaml
bootupd.yaml bootupd: Put in permissive until SELinux issues are fixed 2024-10-08 21:44:34 +02:00
budgie-atomic-common.yaml
budgie-atomic-ostree.yaml
budgie-atomic-packages.yaml comps-sync f42 2024-10-08 2024-10-08 21:43:26 +02:00
budgie-atomic.yaml
cinnamon-atomic-packages.yaml comps-sync f42 2024-10-08 2024-10-08 21:43:26 +02:00
cinnamon-atomic.yaml
common-packages.yaml comps-sync f42 2024-09-14 2024-09-14 01:06:21 +02:00
common.yaml Compress initramfs with zstd 2024-10-08 22:08:06 +02:00
composefs.yaml
comps-sync-exclude-list.yml Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
comps-sync.py Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
cosmic-atomic-packages.yaml Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
cosmic-atomic.yaml Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
deepin-atomic-packages.yaml comps-sync f42 2024-10-08 2024-10-08 21:43:26 +02:00
deepin-atomic.yaml
dnf5.yaml
fedora-42-updates.repo
fedora-42.repo
fedora-kinoite.yaml Fix un-symlinked manifests from branching 2024-08-19 15:52:18 +02:00
fedora-onyx.yaml Fix un-symlinked manifests from branching 2024-08-19 15:52:18 +02:00
fedora-rawhide.repo
fedora-sericea.yaml Fix un-symlinked manifests from branching 2024-08-19 15:52:18 +02:00
fedora-silverblue.yaml Fix un-symlinked manifests from branching 2024-08-19 15:52:18 +02:00
group
grub2-workaround.yaml common: Add workaround for issue with newer GRUB2 2024-08-29 18:41:18 +02:00
initramfs-tpm-luks.yaml
initramfs-zstd.yaml Compress initramfs with zstd 2024-10-08 22:08:06 +02:00
initramfs.yaml
justfile Add initial COSMIC Atomic variant 2024-10-08 22:07:25 +02:00
kinoite-common.yaml Kinoite: Make sure rpm-ostree support is installed 2024-09-02 18:07:45 +02:00
kinoite-mobile-packages.yaml comps-sync f42 2024-08-20 2024-08-20 17:23:52 +02:00
kinoite-mobile.yaml Kinoite Mobile: Factor out common parts of the manifest 2024-09-02 18:02:33 +02:00
kinoite-ostree.yaml Kinoite Mobile: Factor out common parts of the manifest 2024-09-02 18:02:33 +02:00
kinoite-packages.yaml comps-sync-exclude-list: glibc-all-langpacks is always included 2024-08-29 16:57:35 +02:00
kinoite.yaml Kinoite Mobile: Factor out common parts of the manifest 2024-09-02 18:02:33 +02:00
LICENSE
lxqt-atomic-packages.yaml
lxqt-atomic.yaml
mate-atomic-packages.yaml comps-sync f42 2024-10-08 2024-10-08 21:43:26 +02:00
mate-atomic.yaml
ostree-classic.yaml
passwd
README.md README: Update with info about this project 2024-10-08 22:08:06 +02:00
README.orig.md Move original README to README.orig.md 2024-10-08 22:08:06 +02:00
silverblue-common.yaml
silverblue-ostree.yaml
silverblue-packages.yaml comps-sync f42 2024-08-15 2024-08-15 17:08:02 -04:00
silverblue.yaml
sway-atomic-common.yaml
sway-atomic-ostree.yaml
sway-atomic-packages.yaml
sway-atomic.yaml
sysroot-ro.yaml
xfce-atomic-packages.yaml comps-sync f42 2024-10-08 2024-10-08 21:43:26 +02:00
xfce-atomic.yaml

Experimental Ostree Native Container images for rpm-ostree based Fedora desktop variants

Overview

This repo is a fork of pagure.io/workstation-ostree-config with CI and minor changes on top to enable us to build experiemental Ostree Native Container images for rpm-ostree based Fedora desktop variants.

The offcial upstream sources for Fedora Silverblue, Fedora Kinoite, Fedora Sericea and Fedora Onyx remain at pagure.io/workstation-ostree-config and the official builds are only available from the Fedora ostree repo for now.

See Switch to container native ostree format by default for the work in progress to build official Ostree Native Container images in the Fedora infrastructure.

Issues and PRs

Please submit PRs at pagure.io/workstation-ostree-config and file issues in the respective projects issue trackers:

Images built

This project builds the following images for all Fedora releases:

Special images that may not always be available, (see Introducing Kinoite Nightly (and Kinoite Beta)):

Can I add an image here? How do I add my image?

In this repo, we will only build images from official Fedora RPM packages or from COPR repos maintained by official Fedora SIGs.

File an issue in this repo if you want another desktop variant to be built.

In all other cases, you will have to host your own CI and images. Take a look at github.com/ublue-os/base for examples.

If you want to maintain a new official image in Fedora, you can follow the How to make a new rpm-ostree desktop variant in Fedora? guide.