eclipse-temurin change where JDK8 JRE's are mentioned
This commit is contained in:
parent
1f8460f7f2
commit
eaafd39e21
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue