feat: use latest

This commit is contained in:
Bastien Riviere 2024-11-10 12:43:14 +01:00
parent 99b4f9d685
commit 070bced17d
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
2 changed files with 7 additions and 9 deletions

View file

@ -4,8 +4,6 @@
# Build args can be provided on the commandline when building locally with:
# podman build -f Containerfile --build-arg FEDORA_MAJOR_VERSION=40 -t local-image
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-41}"
# SOURCE_IMAGE arg can be anything from ublue upstream which matches your desired version:
# See list here: https://github.com/orgs/ublue-os/packages?repo_name=main
# - "silverblue"
@ -35,10 +33,10 @@ ARG SOURCE_IMAGE="base"
# - stable-zfs
# - stable-nvidia-zfs
# - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="-stable"
ARG SOURCE_SUFFIX="-main"
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="${FEDORA_MAJOR_VERSION}"
ARG SOURCE_TAG="latest"
### 2. SOURCE IMAGE