forked from oracle/docker-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated dockerfiles with Oct 2020 CPU releases (oracle#1755)
Reviewed-by: Monica Ricelli <[email protected]>
- Loading branch information
1 parent
8772bbd
commit 7ee7d2a
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|