Skip to content

Commit a136a8f

Browse files
committed
FAB-9026 - Update maven binary source in javaenv
Point maven binary source in javaenv docker image to nexus2 instead of apache. Change-Id: Ibe1fb382372c623d318a518e2199aa221da14428 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
1 parent 22272ec commit a136a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/javaenv/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN ln -s /opt/gradle-4.4.1/bin/gradle /usr/bin
99
ENV MAVEN_VERSION=3.3.9
1010
ENV USER_HOME_DIR="/root"
1111
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
12-
&& curl -fsSL http://www-us.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz \
12+
&& curl -fsSL https://nexus.hyperledger.org/content/repositories/hosted_installers/apache-maven/apache-maven/$MAVEN_VERSION/apache-maven-$MAVEN_VERSION-bin.tar.gz \
1313
| tar -xzC /usr/share/maven --strip-components=1 \
1414
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
1515
ENV MAVEN_HOME /usr/share/maven

0 commit comments

Comments
 (0)