Skip to content

Commit

Permalink
updated dockerfiles with Oct 2020 CPU releases (oracle#1755)
Browse files Browse the repository at this point in the history
Reviewed-by: Monica Ricelli <[email protected]>
  • Loading branch information
aureliogrb authored Oct 20, 2020
1 parent 8772bbd commit 7ee7d2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions OracleJava/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
# Environment variables for the builder image.
# Required to validate that you are using the correct file

ENV JAVA_PKG=jdk-11.0.8_linux-x64_bin.tar.gz \
JAVA_SHA256=6390878c91e29bad7b2483eb0b470620bd145269600f3b6a9d65724e6f83b6fd \
ENV JAVA_PKG=jdk-11.0.9_linux-x64_bin.tar.gz \
JAVA_SHA256=5c149faddf9deb5a2f63438e7cd8f7d21e7300c93ebbc43dc83a6e3b90d554a7 \
JAVA_HOME=/usr/java/jdk-11

##
Expand All @@ -59,7 +59,7 @@ FROM oraclelinux:7-slim
# Default to UTF-8 file.encoding
ENV LANG en_US.UTF-8

ENV JAVA_VERSION=11.0.8 \
ENV JAVA_VERSION=11.0.9 \
JAVA_HOME=/usr/java/jdk-11

ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
6 changes: 3 additions & 3 deletions OracleJava/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
# Environment variables for the builder image.
# Required to validate that you are using the correct file

ENV JAVA_PKG=jdk-15_linux-x64_bin.tar.gz \
JAVA_SHA256=300538e0c227c268f14957294d5c44abb5e7e476debc9d07e8d892c417ac8f0d \
ENV JAVA_PKG=jdk-15.0.1_linux-x64_bin.tar.gz \
JAVA_SHA256=445a1c5c335b53b030f68aca58493ddedd49f4b53085618bc1ae7aba68156606 \
JAVA_HOME=/usr/java/jdk-15

##
Expand All @@ -59,7 +59,7 @@ FROM oraclelinux:7-slim
# Default to UTF-8 file.encoding
ENV LANG en_US.UTF-8

ENV JAVA_VERSION=15 \
ENV JAVA_VERSION=15.0.1 \
JAVA_HOME=/usr/java/jdk-15

ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
6 changes: 3 additions & 3 deletions OracleJava/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ENV LANG en_US.UTF-8
# Environment variables for the builder image.
# Required to validate that you are using the correct file

ENV JAVA_PKG=server-jre-8u261-linux-x64.tar.gz \
JAVA_SHA256=970eec4e5212721d5c8f9f52a5ab89b776884dc3c886bfbe010973d30114ffa9 \
ENV JAVA_PKG=server-jre-8u271-linux-x64.tar.gz \
JAVA_SHA256=c4150bbbf6d7eec7dca1d522d4c7f4da12a592206cf8b30ef4902f8a011f8a4a \
JAVA_HOME=/usr/java/jdk-8

COPY $JAVA_PKG /tmp/jdk.tgz
Expand All @@ -60,7 +60,7 @@ FROM oraclelinux:7-slim
# Default to UTF-8 file.encoding
ENV LANG en_US.UTF-8

ENV JAVA_VERSION=1.8.0_261 \
ENV JAVA_VERSION=1.8.0_271 \
JAVA_HOME=/usr/java/jdk-8

ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
6 changes: 3 additions & 3 deletions OracleOpenJDK/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ FROM oraclelinux:7-slim
MAINTAINER Aurelio Garcia-Ribeyro <[email protected]>


ENV JAVA_PKG=https://download.java.net/java/GA/jdk15/779bf45e88a44cbd9ea6621d33e33db1/36/GPL/openjdk-15_linux-x64_bin.tar.gz \
JAVA_SHA256=bb67cadee687d7b486583d03c9850342afea4593be4f436044d785fba9508fb7 \
JAVA_VERSION=15 \
ENV JAVA_PKG=https://download.java.net/java/GA/jdk15.0.1/51f4f36ad4ef43e39d0dfdbaf6549e32/9/GPL/openjdk-15.0.1_linux-x64_bin.tar.gz \
JAVA_SHA256=83ec3a7b1649a6b31e021cde1e58ab447b07fb8173489f27f427e731c89ed84a \
JAVA_VERSION=15.0.1 \
JAVA_HOME=/usr/java/jdk-15 \
LANG=en_US.UTF-8

Expand Down

0 comments on commit 7ee7d2a

Please sign in to comment.