We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899e8dc + beed701 commit 7c5ce3dCopy full SHA for 7c5ce3d
maven3-openjdk8-alpine/Dockerfile
@@ -3,7 +3,6 @@ FROM openjdk:8-jdk-alpine
3
RUN apk add --no-cache curl tar bash procps
4
5
ARG MAVEN_VERSION=3.6.0
6
-ARG USER_HOME_DIR="/root"
7
ARG SHA=fae9c12b570c3ba18116a4e26ea524b29f7279c17cbaadc3326ca72927368924d9131d11b9e851b8dc9162228b6fdea955446be41207a5cfc61283dd8a561d2f
8
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
9
@@ -14,5 +13,3 @@ RUN mkdir -p /usr/share/maven \
14
13
&& rm -f /tmp/apache-maven.tar.gz \
15
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
16
17
-ENV MAVEN_HOME /usr/share/maven
18
-ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
0 commit comments