Skip to content

eclipse-temurin: remove duplicate arch description #2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions eclipse-temurin/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down