Update Containerfile
This commit is contained in:
parent
f7f5de5c87
commit
12fb53cb35
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
# - "base"
|
# - "base"
|
||||||
#
|
#
|
||||||
# "aurora", "bazzite", "bluefin" or "ucore" may also be used but have different suffixes.
|
# "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
|
## SOURCE_SUFFIX arg should include a hyphen and the appropriate suffix name
|
||||||
# These examples all work for silverblue/kinoite/sericea/onyx/lazurite/vauxite/base
|
# These examples all work for silverblue/kinoite/sericea/onyx/lazurite/vauxite/base
|
||||||
|
@ -33,10 +33,10 @@ ARG SOURCE_IMAGE="cosmic"
|
||||||
# - stable-zfs
|
# - stable-zfs
|
||||||
# - stable-nvidia-zfs
|
# - stable-nvidia-zfs
|
||||||
# - (and the above with testing rather than stable)
|
# - (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
|
## 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
|
### 2. SOURCE IMAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue