Replace eicweb registry with build-arg
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