Replace eicweb registry with build-arg
Compare changes
+ 3
− 2
@@ -216,7 +217,7 @@ RUN chmod a+x /usr/local/bin/mc
@@ -216,7 +217,7 @@ RUN chmod a+x /usr/local/bin/mc
This will allow for easier building on non-eicweb systems (--build-arg DOCKER_REGISTRY ""
).
+ARG DOCKER_REGISTRY="eicweb.phy.anl.gov:4567/containers/eic_container/"
+FROM ${DOCKER_REGISTRY}debian_base:${INTERNAL_TAG} as builder
-FROM eicweb.phy.anl.gov:4567/containers/eic_container/debian_base:${INTERNAL_TAG} as builder