Skip to content

Commit

Permalink
simplify variables. we dont need ENV here, because we dont intend to …
Browse files Browse the repository at this point in the history
…use these outside of the Dockerfile

Signed-off-by: Robert Waffen <rwaffen@gmail.com>
  • Loading branch information
rwaffen committed Aug 2, 2024
1 parent 11a1b9a commit 98f9e17
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions puppetserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,8 @@ RUN chmod +x /docker-entrypoint.sh /healthcheck.sh /docker-entrypoint.d/*.sh &&

FROM base as release

ARG PUPPET_RELEASE
ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}

ARG PUPPETSERVER_VERSION
ENV PUPPETSERVER_VERSION=${PUPPETSERVER_VERSION:-7.13.0}

ARG R10K_VERSION
ENV R10K_VERSION=${R10K_VERSION:-4.1.0}

ARG RUGGED_VERSION
ENV RUGGED_VERSION=${RUGGED_VERSION:-1.7.2}

ARG PUPPET_RELEASE=8
ARG PUPPETSERVER_VERSION=8.6.1
ARG UBUNTU_CODENAME

######################################################
Expand Down

0 comments on commit 98f9e17

Please sign in to comment.