Skip to content
Open
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/container-images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down