Skip to content

Commit

Permalink
Merge pull request #7430 from OpenLiberty/7428-Add-link-to-ICR-page-i…
Browse files Browse the repository at this point in the history
…n-GitHub-repo

7428-Added link to ICR page in GitHub repo-2
  • Loading branch information
ramkumar-k-9286 authored Jul 24, 2024
2 parents d6389d0 + fdc251b commit 35570fa
Showing 1 changed file with 2 additions and 2 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 @@ -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.

----
Expand Down Expand Up @@ -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.
+
Expand Down

0 comments on commit 35570fa

Please sign in to comment.