From f6c1baa57c6b3860625ae2e0b07d4a7a09477e4c Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 11 Oct 2024 23:35:59 +0200 Subject: [PATCH] Migrate to bazzite-stable-nvidia-open --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 5d08ad5..981f898 100644 --- a/Containerfile +++ b/Containerfile @@ -15,7 +15,7 @@ # - "base" # # "aurora", "bazzite", "bluefin" or "ucore" may also be used but have different suffixes. -ARG SOURCE_IMAGE="silverblue" +ARG SOURCE_IMAGE="bazzite" ## SOURCE_SUFFIX arg should include a hyphen and the appropriate suffix name # These examples all work for silverblue/kinoite/sericea/onyx/lazurite/vauxite/base @@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="silverblue" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="-main" +ARG SOURCE_SUFFIX="-stable-nvidia-open" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ARG SOURCE_TAG="latest"