Reconfigure Containerfile to accept FEDORA_MAJOR_VERSION as ARG input
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM ghcr.io/cgwalters/fedora-silverblue:37
|
||||
ARG FEDORA_MAJOR_VERSION=37
|
||||
|
||||
FROM ghcr.io/cgwalters/fedora-silverblue:${FEDORA_MAJOR_VERSION}
|
||||
# See https://pagure.io/releng/issue/11047 for final location
|
||||
|
||||
COPY etc /etc
|
||||
|
||||
Reference in New Issue
Block a user