From 2391781b38d09313d844d7d6d4b7a783eec2f794 Mon Sep 17 00:00:00 2001 From: George Adams Date: Mon, 16 Aug 2021 13:19:34 +0100 Subject: [PATCH] eclipse-temurin: remove duplicate arch description Also add's a statement to clarify the status of JRE images --- eclipse-temurin/content.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/eclipse-temurin/content.md b/eclipse-temurin/content.md index 7cd509694..05961127e 100644 --- a/eclipse-temurin/content.md +++ b/eclipse-temurin/content.md @@ -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: