You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/31 20:59:54 UTC

[43/52] [abbrv] incubator-trafficcontrol git commit: upgrade jdk download for tm/tr build

upgrade jdk download for tm/tr build

(cherry picked from commit 3c79673851a1c3a7e8349b49673184ba853f1dcb)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/43aceb6f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/43aceb6f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/43aceb6f

Branch: refs/heads/1.8.x
Commit: 43aceb6f93e515c7c5c895c811ff4560f992d73e
Parents: 14ef03f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue May 23 10:03:52 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Wed May 31 13:15:02 2017 -0600

----------------------------------------------------------------------
 infrastructure/docker/build/Dockerfile-traffic_monitor | 2 +-
 infrastructure/docker/build/Dockerfile-traffic_router  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/43aceb6f/infrastructure/docker/build/Dockerfile-traffic_monitor
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/Dockerfile-traffic_monitor b/infrastructure/docker/build/Dockerfile-traffic_monitor
index a97aaed..1abe250 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_monitor
+++ b/infrastructure/docker/build/Dockerfile-traffic_monitor
@@ -35,7 +35,7 @@ RUN	yum -y install \
 	yum -y clean all
 
 WORKDIR /opt
-RUN curl -L -b "oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-linux-x64.tar.gz | tar xzf - && \
+RUN curl -L -b "oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz | tar xzf - && \
     curl -L http://mirror.nexcess.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar xzf -
 RUN ln -s jdk* java && ln -s apache-maven* maven
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/43aceb6f/infrastructure/docker/build/Dockerfile-traffic_router
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/Dockerfile-traffic_router b/infrastructure/docker/build/Dockerfile-traffic_router
index e2188f9..089fe9b 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_router
+++ b/infrastructure/docker/build/Dockerfile-traffic_router
@@ -34,7 +34,7 @@ RUN	yum -y install \
 		which
 
 WORKDIR /opt
-RUN curl -L -b "oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-linux-x64.tar.gz | tar xzf - && \
+RUN curl -L -b "oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz | tar xzf - && \
     curl -L http://mirror.nexcess.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar xzf -
 RUN ln -s jdk* java && ln -s apache-maven* maven