This is an automated email from the ASF dual-hosted git repository.

jjacob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/master by this push:
     new 95ba8ef  SDAP-145 Correct URL for Oracle JDK download in NEXUS webapp 
Docker image (#36)
95ba8ef is described below

commit 95ba8ef36d5164724c5bec5adceec691a3c05a0d
Author: Joseph Jacob <[email protected]>
AuthorDate: Mon Sep 17 16:00:47 2018 -0700

    SDAP-145 Correct URL for Oracle JDK download in NEXUS webapp Docker image 
(#36)
    
    SDAP-145 Updated Oracle JDK to version 1.8u182-b13 in Nexus webapp Docker 
image.
---
 docker/nexus-webapp/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile
index d144502..9f7b21f 100644
--- a/docker/nexus-webapp/Dockerfile
+++ b/docker/nexus-webapp/Dockerfile
@@ -75,10 +75,10 @@ RUN conda install -c conda-forge -y netCDF4 && \
     ln -s libhdf5_cpp.so.12 libhdf5_cpp.so.10 && \
     ln -s libjpeg.so.9 libjpeg.so.8
 
-# Install Oracle JDK 1.8u172-b11
-RUN wget -q --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" 
"http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm";
 && \
-    yum install -y jdk-8u172-linux-x64.rpm && \
-    rm jdk-8u172-linux-x64.rpm
+# Install Oracle JDK 1.8u182-b13
+RUN wget -q --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" 
"http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.rpm";
 && \
+    yum install -y jdk-8u181-linux-x64.rpm && \
+    rm jdk-8u181-linux-x64.rpm
 
 COPY *.sh /tmp/
 

Reply via email to