Skip to content

Commit

Permalink
chore: pass in fedora version
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jun 30, 2024
1 parent 88e609a commit 21d7b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG SOURCE_IMAGE=${SOURCE_IMAGE:-base}
ARG SOURCE_REPO=${SOURCE_REPO:-fedora-ostree-desktops}
ARG BASE_IMAGE=quay.io/${SOURCE_REPO}/${SOURCE_IMAGE}
ARG FEDORA_VERSION=${FEDORA_VERSION:-40}

# Build from base-main since its our smallest image and we control the tags
FROM ${BASE_IMAGE}:${FEDORA_VERSION} as builder
ARG KERNEL_VERSION=${:-}
ARG FEDORA_VERSION=${FEDORA_VERSION:-}

COPY fetch.sh /

Expand Down

0 comments on commit 21d7b9f

Please sign in to comment.