From 0fa5d3265f0e5cf9fc73f6fe7339ed22ce16051f Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 3 Nov 2023 15:06:53 +0000 Subject: [PATCH] fix: reconcretize in stage 2 --- containers/jug/dev.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index 63ea3d5c1..65984c689 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -122,7 +122,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} @@ -141,7 +141,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 -- GitLab