diff --git a/eclipse-temurin/README.md b/eclipse-temurin/README.md index 4a5df9a0b..c3366fae6 100644 --- a/eclipse-temurin/README.md +++ b/eclipse-temurin/README.md @@ -153,7 +153,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}" ### Creating a JRE using jlink -On OpenJDK 11+, a JRE can be generated using `jlink`, see the following Dockerfile: +JRE images for OpenJDK 8 are now available. 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