Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 789a6f1

Browse files
committed
renamed maven no jdk folder and added it to drone
1 parent 56d6488 commit 789a6f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline:
1010
repo: svenruppert/maven-3.5-no-jdk
1111
tags:
1212
- latest
13-
- 1.8.162-00
13+
- 3.5.3
1414
dockerfile: images/maven-3.5-no-jdk/Dockerfile
1515
when:
1616
branches:

images/maven-3.5-no-jdk/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ MAINTAINER sven.ruppert@gmail.com
33

44
ARG MAVEN_VERSION=3.5.3
55
ARG USER_HOME_DIR="/root"
6-
ARG BASE_URL=http://www-eu.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
6+
#ARG BASE_URL=http://www-eu.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
7+
ARG BASE_URL=http://apache.mirror.digionline.de/maven/maven/maven-3/${MAVEN_VERSION}/binaries
78

89
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
910
&& curl -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \

0 commit comments

Comments
 (0)