Skip to content

Commit

Permalink
Merge pull request #7241 from OpenLiberty/7218-9-ion-arch
Browse files Browse the repository at this point in the history
edits
  • Loading branch information
ramkumar-k-9286 committed Feb 22, 2024
2 parents a38bd5a + 1c333fb commit 44b3767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/container-images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ This value determines the type of Java SE distribution that the runtime uses. Cu
+
Both the `ibmjava` and `openj9` Java types support the Linux x86_64 (`amd64`), Linux on Power (`ppc64le`), and Linux on IBM Z (`s390x`) architectures. Only images that use the `openj9` Java type support the Linux on ARM (`arm64`) architecture.
+
Java 21 images are based on Universal Base Image (UBI) 9 minimal and include IBM Semeru Runtimes for Java 21 JRE. This combination offers a compact and effective Java runtime that is suited for applications that need Java 21.
All Java 21 images are based on Universal Base Image (UBI) 9 minimal and include IBM Semeru Runtimes for Java 21 JRE. These images all specify the `openj9` type.
+
Java 8, 11 and 17 images with the `openj9` type are based on Universal Base Image (UBI) 8 standard and include IBM Semeru Runtime for the respective Java version with the JDK. Images with the `ibmjava` type are based on Universal Base Image (UBI) 8 standard and include IBM Java 8 JRE.
Java 8, 11 and 17 images with the `openj9` type are based on Universal Base Image (UBI) 8 standard and include IBM Semeru Runtime for the respective Java version with the JDK. Java 8 images with the `ibmjava` type are based on Universal Base Image (UBI) 8 standard and include IBM Java 8 JRE.

Base image type::
Liberty images are available with two different types of Red Hat Universal Base Image (UBI): `ubi-minimal` or `ubi`.
Expand Down
4 changes: 1 addition & 3 deletions modules/ROOT/pages/instanton.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following sections describe the prerequisites and processes to build and run

InstantOn requires the Linux operating system with kernel version 5.9 or greater. It also requires a version of link:https://developer.ibm.com/languages/java/semeru-runtimes/[IBM Semeru Java], depending on the host machine architecture and Open Liberty version.

The following table defines the supported IBM Semeru Java levels and minimum Liberty version for each supported architecture.
The following table defines the InstantOn-supported IBM Semeru Java levels and minimum Liberty version for each supported architecture. Currently, InstantOn is not supported on Java vendor implementations other than IBM Semeru.

.Supported Java levels and Open Liberty versions for InstantOn
[options="header"]
Expand All @@ -56,8 +56,6 @@ a| * Java SE 11.0.19+

|===

Currently, InstantOn is not supported on Java vendor implementations other than IBM Semeru.

[#linux-capabilities]
=== Linux capability prerequisites for checkpoint and restore

Expand Down

0 comments on commit 44b3767

Please sign in to comment.