Merge pull request #2011 from gdams/patch-1

eclipse-temurin: remove duplicate arch description
This commit is contained in:
Tianon Gravi 2021-08-16 09:43:47 -07:00 committed by GitHub
commit e5f015f44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -6,18 +6,10 @@ The images in this repository contain OpenJDK binaries that are built by Eclipse
The Eclipse Temurin project provides code and processes that support the building of runtime binaries and associated technologies that are high performance, enterprise-caliber, cross-platform, open-source licensed, and Java SE TCK-tested for general use across the Java ecosystem.
# Images
# 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).
### Multi-Arch Image
Docker Images for the following architectures are now available:
- `amd64`, `windows-amd64`, `arm64v8`, `ppc64le`
More architecures will be available shortly.
# How to use this Image
To run a pre-built jar file with the latest OpenJDK 11, use the following Dockerfile: