Skip to content

Commit

Permalink
Update oracle-jdk directory to use jdk 8u131 instead of 8u102
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipross committed May 21, 2017
1 parent da77129 commit 9ca45e8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions oracle-jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# REQUIRED FILES TO BUILD THIS IMAGE
# ----------------------------------
# (1) jdk-8u102-linux-x64.rpm
# (1) jdk-8u131-linux-x64.rpm
# Download from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
#
# HOW TO BUILD THIS IMAGE
Expand All @@ -30,7 +30,7 @@ MAINTAINER Bruno Borges <bruno.borges@oracle.com>

# Environment variables required for this build (do NOT change)
# -------------------------------------------------------------
ENV JAVA_RPM jdk-8u102-linux-x64.rpm
ENV JAVA_RPM jdk-8u131-linux-x64.rpm
ENV GLASSFISH_PKG http://download.java.net/glassfish/4.1.1/release/glassfish-4.1.1.zip
ENV PKG_FILE_NAME glassfish-4.1.1.zip

Expand Down
2 changes: 1 addition & 1 deletion oracle-jdk/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.
4 changes: 2 additions & 2 deletions oracle-jdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ For more information and documentation, read the [Docker Images from Oracle Linu

$ cd glassfish-docker

2. [Download](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and drop the Oracle JDK 8u102 RPM 64bit file **jdk-8u102-linux-x64.rpm** in this folder
2. [Download](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and drop the Oracle JDK 8u131 RPM 64bit file **jdk-8u131-linux-x64.rpm** in this folder

Linux x64 158 MB jdk-8u102-linux-x64.rpm
Linux x64 162.11 MB jdk-8u131-linux-x64.rpm

3. Execute the build script as root

Expand Down
4 changes: 2 additions & 2 deletions oracle-jdk/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
IMAGE_NAME=glassfish:4.1.1
JAVA_VERSION="8u102"
JAVA_VERSION="8u131"
JAVA_PKG="jdk-${JAVA_VERSION}-linux-x64.rpm"
JAVA_PKG_MD5="1ffe998845b594c66db2703dd5f60d88"
JAVA_PKG_MD5="9024d13ec651d07de450d465f14065a6"

# Validate Java Package
echo "====================="
Expand Down
File renamed without changes.

0 comments on commit 9ca45e8

Please sign in to comment.