diff --git a/Dockerfile b/Dockerfile index 1806202..097d48e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ LABEL org.label-schema.maintainer="betadots GmbH " \ ARG TARGETARCH +# needs to be set again, otherwise it is not available in the next stage +ARG UBUNTU_CODENAME + ARG PUPPET_RELEASE ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}