comparison docker/Dockerfile.artifacts @ 9776:e5b86f024141 3.2.x

Update repository URL
author Tom Gottfried <tom@intevation.de>
date Fri, 20 Jan 2023 11:31:13 +0100
parents b5d4cb088737
children f98e5c7775d2
comparison
equal deleted inserted replaced
9775:4f9693016f0e 9776:e5b86f024141
20 # Volume for DEM data 20 # Volume for DEM data
21 VOLUME $DEM_DIR 21 VOLUME $DEM_DIR
22 22
23 23
24 WORKDIR /opt/d4e/src 24 WORKDIR /opt/d4e/src
25 ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/ 25 ENV REPO_URL https://hg.wald.intevation.org/dive4elements/
26 ENV BRANCH 3.2.x 26 ENV BRANCH 3.2.x
27 RUN hg clone -b $BRANCH $REPO_URL/framework 27 RUN hg clone -b $BRANCH $REPO_URL/framework
28 RUN hg clone -b $BRANCH $REPO_URL/http-client 28 RUN hg clone -b $BRANCH $REPO_URL/http-client
29 29
30 RUN mvn -q -DskipTests -f framework/pom.xml install 30 RUN mvn -q -DskipTests -f framework/pom.xml install

http://dive4elements.wald.intevation.org