bronco
February 13, 2025, 1:02pm
1
I’m not sure if there is a build issue on the nvidia
branch, but the main
branch is up to date…
$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-nvidia:gts | grep image.version
"org.opencontainers.image.version": "40.20250130.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-nvidia:gts | grep image.version
"org.opencontainers.image.version": "40.20250130.0",
----
$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-main:gts | grep image.version
"org.opencontainers.image.version": "40.20250212.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-main:gts | grep image.version
"org.opencontainers.image.version": "40.20250212.0",
bluefin
GTS has also had more recent builds…
$ skopeo inspect docker://ghcr.io/ublue-os/bluefin-nvidia:gts | grep image.version
"org.opencontainers.image.version": "gts-40.20250209",
$ skopeo inspect docker://ghcr.io/ublue-os/bluefin:gts | grep image.version
"org.opencontainers.image.version": "gts-40.20250209",
How would one go about checking the build status?
bronco
February 20, 2025, 2:30pm
2
gts
HWE builds have now been broken for 3 weeks!!!
$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-nvidia:gts | grep image.version
"org.opencontainers.image.version": "40.20250130.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-nvidia:gts | grep image.version
"org.opencontainers.image.version": "40.20250130.0",
I see main
HWE builds have suffered from similar build issues recently although they have gotten some attention of late…
opened 06:58PM - 28 Jan 25 UTC
The current HWE builds are failing. Started on 01/25 and the last three days hav… e been failing.
I understand there are plans to consolidate these builds into main
but until then can we please have gts
builds working again?
opened 07:34PM - 14 Dec 24 UTC
proposal
As Aurora/Bluefin/Bazzite/Ucore developed, we have dropped usage of hwe internal… ly. Nvidia/asus/surface/hwe images are generated in downstream images using the scripts directly instead of using HWE as a caching layer. Asus and surface images have not been building for F41.
Proposal: Drop HWE repo and just build Nvidia images in main. Do not build images for Asus/Surface.
Config is currently it's own repo. It effectively generates 6 RPMs for consumption and one of them should actually be a file copy. Building RPMs is the correct way to include additional items for our images; however, we have sprawled quite a bit on what we do inside of config.
Proposal: Drop Config repo and include in main.
Akmods needs to be tied to kernel-cache. We have already agreed to merged them but have yet to implement.
Proposal: Continue with Merge and consolidate into main.
This will mean that effectively all of ublue that we and others consume would live in this one Repo.
Negatives: Issues board will be have more traffic. This could be resolved with tagging.
Thanks in advance…
m2Giles
February 23, 2025, 2:41pm
3
All of the images in HWE are fixed now. Again, these images are not used anywhere else in the project. If you need them to get fixed faster, please offer a PR to get the ball moving forward. Otherwise, they will get fixed as maintainers have time to address them.
The GTS Nvidia images were not building due to package skew.
In the coming months we will move the nvidia script to main and figure out how the gts/latest nvidia images will get built. We also have decided to drop building those base asus/surface images at the end of this cycle.