Procházet zdrojové kódy

Merge pull request #2015 from gdams/patch-1

Add note mentioning availability of JRE images for 8
yosifkit před 4 roky
rodič
revize
3af0e0285f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      eclipse-temurin/content.md

+ 1 - 1
eclipse-temurin/content.md

@@ -44,7 +44,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