You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/06/08 19:22:47 UTC

[33/50] [abbrv] ambari git commit: AMBARI-21187. Get rid deprecated jdk install link in the Dockerfile of Log Search (oleewere)

AMBARI-21187. Get rid deprecated jdk install link in the Dockerfile of Log Search (oleewere)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b772b4d6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b772b4d6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b772b4d6

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: b772b4d625b9de6eaa46926ccbe3244811c9865f
Parents: 3b575fb
Author: oleewere <ol...@gmail.com>
Authored: Wed Jun 7 19:35:08 2017 +0200
Committer: oleewere <ol...@gmail.com>
Committed: Wed Jun 7 19:35:08 2017 +0200

----------------------------------------------------------------------
 ambari-logsearch/docker/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b772b4d6/ambari-logsearch/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/ambari-logsearch/docker/Dockerfile b/ambari-logsearch/docker/Dockerfile
index d399fc6..2b8fd5d 100644
--- a/ambari-logsearch/docker/Dockerfile
+++ b/ambari-logsearch/docker/Dockerfile
@@ -22,9 +22,9 @@ RUN yum -y install glibc-common
 ENV HOME /root
 
 #Install JAVA
-ENV JAVA_VERSION 8u31
-ENV BUILD_VERSION b13
-RUN wget --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/$JAVA_VERSION-$BUILD_VERSION/jdk-$JAVA_VERSION-linux-x64.rpm" -O jdk-8-linux-x64.rpm
+ENV JAVA_VERSION 8u131
+ENV BUILD_VERSION b11
+RUN wget --no-check-certificate --no-cookies --header "Cookie:oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/$JAVA_VERSION-$BUILD_VERSION/d54c1d3a095b4ff2b6607d096fa80163/jdk-$JAVA_VERSION-linux-x64.rpm -O jdk-8-linux-x64.rpm
 RUN rpm -ivh jdk-8-linux-x64.rpm
 ENV JAVA_HOME /usr/java/default/