diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index 4a30f528bc478394588e322b7147fa874f24c6dc..e42388989a6e55b346a355d34b71d64024214eb8 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -130,7 +130,7 @@ EOF ## ======================================================================================== FROM spack as builder -## Setup our custom environment (secret mount for write-enabled mirror) +## 1. Setup our default environment (secret mount for write-enabled mirror) COPY --from=spack-environment . /opt/spack-environment/ ARG ENV=dev ENV SPACK_ENV=/opt/spack-environment/${ENV} @@ -149,7 +149,7 @@ ccache --show-stats ccache --zero-stats EOF -## Setup our custom environment with custom versions (on top of cached layer) +## 2. Setup our environment with custom versions (on top of cached layer) ARG JUGGLER_VERSION="" ARG EICRECON_VERSION="" ADD https://eicweb.phy.anl.gov/api/v4/projects/EIC%2Fjuggler/repository/tree?ref=${JUGGLER_VERSION} /tmp/juggler.json