From abcd27564a481049e0e35a77b2c1fc054490bf08 Mon Sep 17 00:00:00 2001 From: Alasdair Nottingham Date: Mon, 15 Dec 2025 20:48:36 -0500 Subject: [PATCH] Updates to Fix pack section of container image doc The fixpack section has two errors: 1. It states that only the last two quarterly releases are updated, but it is the last three 2. It gives an example of 25.0.0.9 versioned image using Java 21 and ubi, but Java 21 is only available with ubi-minimal This fix addresses both of these. --- modules/ROOT/pages/container-images.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/container-images.adoc b/modules/ROOT/pages/container-images.adoc index e26a27c5d9..b09a245869 100644 --- a/modules/ROOT/pages/container-images.adoc +++ b/modules/ROOT/pages/container-images.adoc @@ -108,9 +108,9 @@ Open Liberty container image tags use the following naming convention. The following tag values determine the resources that are included in a container image. Fix pack version:: -This value is optional. If you do not specify a fix pack version, your container image includes the latest release of Open Liberty. In addition to the latest release, the two most recent quarterly fix pack releases are always maintained for the `kernel-slim` and `full` image types. +This value is optional. If you do not specify a fix pack version, your container image includes the latest release of Open Liberty. In addition to the latest release, the three most recent quarterly fix pack releases are always maintained for the `kernel-slim` and `full` image types. + -Open Liberty quarterly release versions end in `.3`, `.6`, `.9`, or `.12`. For example, if the latest Open Liberty release is `25.0.0.10`, then the `25.0.0.9` and `25.0.0.6` releases are also maintained in ICR. To pull one of these release versions instead of the latest, add your chosen release version to the beginning of any of the `kernel-slim` or `full` image tags in the previous list. For example, if `25.0.0.9` is a recent quarterly release, you can pull an image that includes the `25.0.0.9` release with an OpenJ9 distribution of Java 21 by specifying the `25.0.0.9-full-java21-openj9-ubi` tag. The `beta` image is available only for the latest beta release of Liberty and includes the latest Java JRE. +Open Liberty quarterly release versions end in `.3`, `.6`, `.9`, or `.12`. For example, if the latest Open Liberty release is `25.0.0.10`, then the `25.0.0.9`, `25.0.0.6`, and `25.0.0.3` releases are also maintained in ICR. To pull one of these release versions instead of the latest, add your chosen release version to the beginning of any of the `kernel-slim` or `full` image tags in the previous list. For example, if `25.0.0.9` is a recent quarterly release, you can pull an image that includes the `25.0.0.9` release with a Semeru distribution of Java 21 by specifying the `25.0.0.9-full-java21-openj9-ubi-minimal` tag. The `beta` image is available only for the latest beta release of Liberty and includes the latest Java JRE. Liberty image type:: Two different image types are available: `kernel-slim` or `full`. The `full` type provides a server with all Open Liberty features and packages installed.