From 1c333fbf704398247ef355a2f7a149fe4ff8582f Mon Sep 17 00:00:00 2001 From: David Mueller Date: Wed, 21 Feb 2024 08:56:43 -0500 Subject: [PATCH] edits #7219 #7218 --- modules/ROOT/pages/container-images.adoc | 4 ++-- modules/ROOT/pages/instanton.adoc | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/container-images.adoc b/modules/ROOT/pages/container-images.adoc index 9801f0043c..ae581eead2 100644 --- a/modules/ROOT/pages/container-images.adoc +++ b/modules/ROOT/pages/container-images.adoc @@ -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`. diff --git a/modules/ROOT/pages/instanton.adoc b/modules/ROOT/pages/instanton.adoc index b97b1f5442..e49ee8ecb9 100644 --- a/modules/ROOT/pages/instanton.adoc +++ b/modules/ROOT/pages/instanton.adoc @@ -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"] @@ -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