feat: move to timothee's ci-test silverblue image - #4030
Closed
tulilirockz wants to merge 17 commits into
Closed
Conversation
We don't really need <https://github.com/ublue-os/main> anymore, this should trim down on a few packages over time. THIS ALSO UNBLOCKS ARM which is amazing Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>
renner0e
reviewed
Jan 31, 2026
also removes additions from here that are already in the base image like bootc, wl-clipboard
renner0e
force-pushed
the
timothee-image
branch
from
January 31, 2026 19:47
07c9f40 to
2295b1b
Compare
These are only in F43, they still need to be added in F42
renner0e
force-pushed
the
timothee-image
branch
from
January 31, 2026 20:55
78f8841 to
adf5719
Compare
only ublue-os/main had cosign, the new base image doesn't
This used to be needed when bazaar was not yet added to gts. F42 builds have bazaar now and all bluefin versions don't ship gnome-software anymore.
the swap takes care of that
Member
|
as of 8337380 on non-nvidia F43 bluefin -> my test image |
Member
|
these will need to be applied here as well: |
We need this so packages like mesa-filesystem don't conflict because of the nvidia-install script, this causes them to get installed from fedora and not negativo related: ublue-os/aurora#1693
renner0e
reviewed
Feb 5, 2026
Comment on lines
-29
to
-40
| # Required for bluefin faces to work without conflicting with a ton of packages | ||
| rm -f /usr/share/pixmaps/faces/* || echo "Expected directory deletion to fail" | ||
| mv /usr/share/pixmaps/faces/bluefin/* /usr/share/pixmaps/faces | ||
| rm -rf /usr/share/pixmaps/faces/bluefin | ||
|
|
||
| # Remove desktop entries | ||
| if [[ -f /usr/share/applications/gnome-system-monitor.desktop ]]; then | ||
| sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/gnome-system-monitor.desktop | ||
| fi | ||
| if [[ -f /usr/share/applications/org.gnome.SystemMonitor.desktop ]]; then | ||
| sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/org.gnome.SystemMonitor.desktop | ||
| fi |
Renovate is not supposed to make major Fedora version upgrades See: ublue-os/aurora#1724
Collaborator
|
Closing old feature PRs here since the images on projectbluefin/bluefin are already ahead. We'll keep updating and fixing issues here until then, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

We don't really need https://github.com/ublue-os/main anymore, this should trim down on a few packages over time. THIS ALSO UNBLOCKS ARM which is amazing