From f5e3305ea94b08caf7071e547f12cfcc718b684b Mon Sep 17 00:00:00 2001 From: Weaver Marquez <36017403+weavermarquez@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:32:12 -0600 Subject: [PATCH] Change fedora-distrobox to *-toolbox in distrobox.ini On one hand, `ujust distrobox-assemble fedora` pulls from `ublue-os/fedora-distrobox:latest`. On the other hand, the `fedora-distrobox-quadlet.container` in `toolboxes` repo pulls from `ublue-os/fedora-toolbox:latest`. I'm not sure which is incorrect, but I imagine intended UX is to enable quadlet functionality upon using `ujust distrobox-assemble fedora`, which may require the images to match? Feel free to reject if I'm incorrect. --- build/ublue-os-just/etc-distrobox/distrobox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ublue-os-just/etc-distrobox/distrobox.ini b/build/ublue-os-just/etc-distrobox/distrobox.ini index 638de3ae..8dc32825 100644 --- a/build/ublue-os-just/etc-distrobox/distrobox.ini +++ b/build/ublue-os-just/etc-distrobox/distrobox.ini @@ -16,7 +16,7 @@ image=quay.io/toolbx-images/debian-toolbox:unstable nvidia=true [fedora] -image=ghcr.io/ublue-os/fedora-distrobox:latest +image=ghcr.io/ublue-os/fedora-toolbox:latest nvidia=true [opensuse]