Merge pull request #2015 from gdams/patch-1

Add note mentioning availability of JRE images for 8
This commit is contained in:
yosifkit 2021-08-20 09:46:11 -07:00 committed by GitHub
commit 3af0e0285f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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