Update Containerfile
This commit is contained in:
parent
cabbf46947
commit
7ee71d2868
1 changed files with 3 additions and 3 deletions
|
|
@ -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,10 +33,10 @@ ARG SOURCE_IMAGE="silverblue"
|
|||
# - stable-zfs
|
||||
# - stable-nvidia-zfs
|
||||
# - (and the above with testing rather than stable)
|
||||
ARG SOURCE_SUFFIX="-main"
|
||||
ARG SOURCE_SUFFIX="-gnome"
|
||||
|
||||
## FEDORA_VERSION arg must be a version built by ublue: eg, 39 or 40
|
||||
ARG FEDORA_VERSION="39"
|
||||
ARG FEDORA_VERSION="40"
|
||||
|
||||
|
||||
### 2. SOURCE IMAGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue