From fdc251bde852680817afad3587d55564e4ec071b Mon Sep 17 00:00:00 2001 From: Ramkumar K Date: Wed, 24 Jul 2024 13:02:50 +0530 Subject: [PATCH] 7428-Added link to ICR page in GitHub repo-2 7428-Added link to ICR page in GitHub repo-2 #7428 --- 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 710a4419e..9a8d0262d 100644 --- a/modules/ROOT/pages/container-images.adoc +++ b/modules/ROOT/pages/container-images.adoc @@ -38,6 +38,8 @@ Select from the following container image tags for the latest Open Liberty relea These tags pull the latest version because they do not specify a version number. You can specify a version other than the latest version in the image tag. If you do not specify a tag value, `latest` is used by default. For more information about these tag values, see the <<#tags,Container image tags naming conventions>> section. +For more information on the full list of supported Open Liberty container images, see the link:https://www.ibm.com/links?url=https%3A%2F%2Fgithub.com%2FOpenLiberty%2Fci.docker%2Fblob%2Fmaster%2Fdocs%2Ficr-images.md[IBM Container Registry (ICR) page on the Open Liberty GitHub repository]. + If you have an IBM Cloud ID, you can generate a list of the currently available images in ICR by using the link:https://cloud.ibm.com/docs/cli?topic=cli-getting-started[IBM Cloud CLI] with the link:https://cloud.ibm.com/docs/cli?topic=cli-install-devtools-manually#idt-install-container-registry-cli-plugin[IBM Cloud Container Registry CLI plug-in] installed. Authentication is required only to list the images. You can pull images from ICR without authentication. To list the images, run the following commands. ---- @@ -96,8 +98,6 @@ This value is optional. If you do not specify a fix pack version, your container + Open Liberty quarterly release versions end in `.3`, `.6`, `.9`, or `.12`. For example, if the latest Open Liberty release is `24.0.0.1`, then the `23.0.0.12` and `23.0.0.9` 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 `23.0.0.12` is a recent quarterly release, you can pull an image that includes the `23.0.0.12` release with an OpenJ9 distribution of Java 8 by specifying the `23.0.0.12-full-java8-openj9-ubi` tag. The `beta` image is available only for the latest beta release of Liberty and includes the latest Java JRE. -For more information on the full list of supported Open Liberty container images, see the link:https://www.ibm.com/links?url=https%3A%2F%2Fgithub.com%2FOpenLiberty%2Fci.docker%2Fblob%2Fmaster%2Fdocs%2Ficr-images.md[IBM Container Registry (ICR) page on the Open Liberty GitHub repository]. - 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. +