mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 21:37:51 +00:00
fix: use RECIPE arg
The RECIPE arg in the Containerfile is empty when it is before the FROM statement. This moves the arg so that it can be used.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
ARG FEDORA_MAJOR_VERSION=37
|
ARG FEDORA_MAJOR_VERSION=37
|
||||||
ARG BASE_CONTAINER_URL=ghcr.io/ublue-os/silverblue-main
|
ARG BASE_CONTAINER_URL=ghcr.io/ublue-os/silverblue-main
|
||||||
ARG RECIPE
|
|
||||||
|
|
||||||
FROM ${BASE_CONTAINER_URL}:${FEDORA_MAJOR_VERSION}
|
FROM ${BASE_CONTAINER_URL}:${FEDORA_MAJOR_VERSION}
|
||||||
|
ARG RECIPE
|
||||||
|
|
||||||
# copy over configuration files
|
# copy over configuration files
|
||||||
COPY etc /etc
|
COPY etc /etc
|
||||||
|
|||||||
Reference in New Issue
Block a user