From eaafd39e21d381efd8641c9e428eca12a9023afe Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 24 Aug 2021 11:51:06 +0100 Subject: [PATCH] eclipse-temurin change where JDK8 JRE's are mentioned --- eclipse-temurin/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-temurin/content.md b/eclipse-temurin/content.md index 84547bbe7..cf0e3af29 100644 --- a/eclipse-temurin/content.md +++ b/eclipse-temurin/content.md @@ -10,7 +10,7 @@ The Eclipse Temurin project provides code and processes that support the buildin # Do you provide JRE (Java Runtime Environment) Images? -Current there are only JDK (Java Developer Kit) images. On OpenJDK 11+ JRE's can be produced using `jlink` (see usage below). +JRE images for OpenJDK 8 are now available. OpenJDK 11+ JRE's can be produced using `jlink` (see usage below). # How to use this Image @@ -44,7 +44,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}" ### Creating a JRE using jlink -JRE images for OpenJDK 8 are now available. On OpenJDK 11+, a JRE can be generated using `jlink`, see the following Dockerfile: +On OpenJDK 11+, a JRE can be generated using `jlink`, see the following Dockerfile: ```dockerfile # Example of custom Java runtime using jlink in a multi-stage container build