Skip to content

Commit a7824c0

Browse files
authored
Java apr2021 cpu (#1908)
* updated JDK 16, JDK 11, Server JRE 8, and OpenJDK 16 to the April 2021 CPU versions, removed JDK 15 and OpenJDK 15 as those versions have reached end of support Signed-off-by: Aurelio Garcia-Ribeyro <aurelio.garciaribeyro@oracle.com>
1 parent a8abc0f commit a7824c0

File tree

14 files changed

+22
-387
lines changed

14 files changed

+22
-387
lines changed

OracleJava/11/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
4141
# Environment variables for the builder image.
4242
# Required to validate that you are using the correct file
4343

44-
ENV JAVA_PKG=jdk-11.0.10_linux-x64_bin.tar.gz \
45-
JAVA_SHA256=94bd34f85ee38d3ef59e5289ec7450b9443b924c55625661fffe66b03f2c8de2 \
44+
ENV JAVA_PKG=jdk-11.0.11_linux-x64_bin.tar.gz \
45+
JAVA_SHA256=6deb05dca04bdc5cba6c49a1b954c06c13fbf95c467a61918d4e8c37e4817bee \
4646
JAVA_HOME=/usr/java/jdk-11
4747

4848
##
@@ -59,7 +59,7 @@ FROM oraclelinux:7-slim
5959
# Default to UTF-8 file.encoding
6060
ENV LANG en_US.UTF-8
6161

62-
ENV JAVA_VERSION=11.0.10 \
62+
ENV JAVA_VERSION=11.0.11 \
6363
JAVA_HOME=/usr/java/jdk-11
6464

6565
ENV PATH $JAVA_HOME/bin:$PATH

OracleJava/11/Dockerfile.8-slim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
4141
# Environment variables for the builder image.
4242
# Required to validate that you are using the correct file
4343

44-
ENV JAVA_PKG=jdk-11.0.10_linux-x64_bin.tar.gz \
45-
JAVA_SHA256=94bd34f85ee38d3ef59e5289ec7450b9443b924c55625661fffe66b03f2c8de2 \
44+
ENV JAVA_PKG=jdk-11.0.11_linux-x64_bin.tar.gz \
45+
JAVA_SHA256=6deb05dca04bdc5cba6c49a1b954c06c13fbf95c467a61918d4e8c37e4817bee \
4646
JAVA_HOME=/usr/java/jdk-11
4747

4848
##
@@ -59,7 +59,7 @@ FROM oraclelinux:8-slim
5959
# Default to UTF-8 file.encoding
6060
ENV LANG en_US.UTF-8
6161

62-
ENV JAVA_VERSION=11.0.10 \
62+
ENV JAVA_VERSION=11.0.11 \
6363
JAVA_HOME=/usr/java/jdk-11
6464

6565
ENV PATH $JAVA_HOME/bin:$PATH

OracleJava/15/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

OracleJava/15/Dockerfile.8-slim

Lines changed: 0 additions & 89 deletions
This file was deleted.

OracleJava/15/build.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

OracleJava/16/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
4141
# Environment variables for the builder image.
4242
# Required to validate that you are using the correct file
4343

44-
ENV JAVA_PKG=jdk-16_linux-x64_bin.tar.gz \
45-
JAVA_SHA256=ae85ff85fed3b94f1acf3620668abf5a68e3ec6fb6454117faee6d5c32953883 \
44+
ENV JAVA_PKG=jdk-16.0.1_linux-x64_bin.tar.gz \
45+
JAVA_SHA256=caa0bfc0e9ee52f45c8f8ca803a23f132ef551297c6b9331b091110c5740a9bf \
4646
JAVA_HOME=/usr/java/jdk-16
4747

4848
##
@@ -59,7 +59,7 @@ FROM oraclelinux:8-slim
5959
# Default to UTF-8 file.encoding
6060
ENV LANG en_US.UTF-8
6161

62-
ENV JAVA_VERSION=16 \
62+
ENV JAVA_VERSION=16.0.1 \
6363
JAVA_HOME=/usr/java/jdk-16
6464

6565
ENV PATH $JAVA_HOME/bin:$PATH

OracleJava/8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ENV LANG en_US.UTF-8
4242
# Environment variables for the builder image.
4343
# Required to validate that you are using the correct file
4444

45-
ENV JAVA_PKG=server-jre-8u281-linux-x64.tar.gz \
46-
JAVA_SHA256=e452da44875d72b237860214f943af94eb3cbb76140a8df9b0f23cb65cb06cef \
45+
ENV JAVA_PKG=server-jre-8u291-linux-x64.tar.gz \
46+
JAVA_SHA256=21e567a9f71954bf2066e9a7e740dae08b212fd159311f2de7b628cf042ef057 \
4747
JAVA_HOME=/usr/java/jdk-8
4848

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

63-
ENV JAVA_VERSION=1.8.0_281 \
63+
ENV JAVA_VERSION=1.8.0_291 \
6464
JAVA_HOME=/usr/java/jdk-8
6565

6666
ENV PATH $JAVA_HOME/bin:$PATH

OracleJava/8/Dockerfile.8-slim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ENV LANG en_US.UTF-8
4242
# Environment variables for the builder image.
4343
# Required to validate that you are using the correct file
4444

45-
ENV JAVA_PKG=server-jre-8u281-linux-x64.tar.gz \
46-
JAVA_SHA256=e452da44875d72b237860214f943af94eb3cbb76140a8df9b0f23cb65cb06cef \
45+
ENV JAVA_PKG=server-jre-8u291-linux-x64.tar.gz \
46+
JAVA_SHA256=21e567a9f71954bf2066e9a7e740dae08b212fd159311f2de7b628cf042ef057 \
4747
JAVA_HOME=/usr/java/jdk-8
4848

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

63-
ENV JAVA_VERSION=1.8.0_281 \
63+
ENV JAVA_VERSION=1.8.0_291 \
6464
JAVA_HOME=/usr/java/jdk-8
6565

6666
ENV PATH $JAVA_HOME/bin:$PATH

OracleJava/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Oracle Java in Containers
22
=====
3-
This repository contains sample container configurations to facilitate installation and environment setup for DevOps users. This project includes Dockerfiles based on Oracle Linux with JDK images of JDK 16, 15, and 11 and for Server JRE 8.
3+
This repository contains sample container configurations to facilitate installation and environment setup for DevOps users. This project includes Dockerfiles based on Oracle Linux with JDK images of JDK 16, 11, and for Server JRE 8.
44

55
Oracle Java Server JRE provides the features from Oracle Java JDK commonly required for server-side applications (i.e. Running a Java EE application server). For more information about Server JRE, visit the [Understanding the Server JRE blog entry](https://blogs.oracle.com/java-platform-group/understanding-the-server-jre) from the Java Product Management team.
66

@@ -34,7 +34,7 @@ The Oracle Java image for JDK 16 uses `oraclelinux:8-slim` as the parent image.
3434

3535
The build script `build.sh` will tag the JDK 16 image as `16` and also as `16-oraclelinux8`.
3636

37-
JDK 15, JDK 11, and ServerJRE 8 use `oraclelinux:7-slim` as the default parent image but allow for optionally building on `oraclelinux:8-slim` by using `Dockerfile.8-slim` rather than `Dockerfile`.
37+
JDK 11 and ServerJRE 8 use `oraclelinux:7-slim` as the default parent image but allow for optionally building on `oraclelinux:8-slim` by using `Dockerfile.8-slim` rather than `Dockerfile`.
3838

3939
e.g. to build JDK 11 with Oracle Linux 8 rather than the default Oracle Linux 7 run
4040

@@ -57,4 +57,4 @@ To download and run the Oracle JDK or Server JRE, regardless of inside or outsid
5757
All scripts and files hosted in this project and GitHub [`docker/OracleJava`](./) repository, required to build the container images are, unless otherwise noted, released under the [UPL 1.0](https://oss.oracle.com/licenses/upl/) license.
5858

5959
## Customer Support
60-
Oracle offers support for JDK 8 (Server JRE), JDK 11, JDK 15, and JDK 16 when running on certified operating systems in a container. For additional details on the JDK Certified System Configurations, please refer to the [Oracle Java SE Certified System Configuration Pages](https://www.oracle.com/technetwork/java/javaseproducts/documentation/index.html#sysconfig).
60+
Oracle offers support for JDK 16, JDK 11, and JDK 8 (Server JRE) when running on certified operating systems in a container. For additional details on the JDK Certified System Configurations, please refer to the [Oracle Java SE Certified System Configuration Pages](https://www.oracle.com/technetwork/java/javaseproducts/documentation/index.html#sysconfig).

OracleOpenJDK/15/Dockerfile

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)