Open bsherman opened 1 week ago
The latest lazurite-main has 21 pulls: https://github.com/ublue-os/main/pkgs/container/lazurite-main/versions
The latest vauxite-main has 92 pulls: https://github.com/ublue-os/main/pkgs/container/vauxite-main
lazurite is probably scanner noise, let's nuke it, but there's probably a handful of xfce folks on those images. Timothee says this on an official xfce image, so we can probably point to people there if they want to continue getting support.
Curious, I thought the bootc images don't allow layering, is that still true?
bootc is the future of Fedora Atomic Desktops and CoreOS, so it's our future.
Local layering has never been a goal of Universal Blue as I've understood it. The vision has always been a future where that's not required. Local layering has been a painful occasional workaround.
All said, I should answer your question 😃
No bootc does not support local layering, but we will still have a container native rpm-ostree backend, so users wanting to local layer can still use rpm-ostree for that purpose.
Switching our source images is an important step but will not automatically change everything to upgrade via bootc, which is where local layers would be dropped.
bootc tells the user what to do:
# bootc update
ERROR Upgrading: Deployment contains local rpm-ostree modifications; cannot upgrade via bootc. You can run `rpm-ostree reset` to undo the modifications.
We want to migrate to official upstream Fedora bootc images as the foundation for Universal Blue images.
Upstream builds:
These all map well to the following existing images:
So the transition would be change the "FROM" on these images from
quay.io/fedora-ostree-desktops/silverblue
toquay.io/fedora/fedora-silverblue
etc.base
would be FROMbootc
.This change is blocked until Fedora F41 enables bootupd for BIOS systems:
The primary change to the project, other than being built from official upstream images, is we will not have official upstreams for
lazurite
(LXQT),onyx
(Budgie), andvauxite
(XFCE). So those desktops will be removed.We should probably mark them as "deprecated" ASAP.
Notes from team discussion: Also these changes may be related: https://pagure.io/fedora-infra/ansible/pull-request/2337 https://pagure.io/releng/issue/12142