From 12fb53cb35cb6bd5403d165d63609f9ca17f7c4a Mon Sep 17 00:00:00 2001 From: batvin3211 <104458965+batvin3211@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:53:30 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 4a6a845..cf7ba9e 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="cosmic" +ARG SOURCE_IMAGE="bluefin" ## 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,10 +33,10 @@ ARG SOURCE_IMAGE="cosmic" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="-kinoite" +ARG SOURCE_SUFFIX="-stable" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest -ARG SOURCE_TAG="latest" +ARG SOURCE_TAG="gts" ### 2. SOURCE IMAGE