Skip to content

Commit 1c820a2

Browse files
authored
Update image details
1 parent 8af1920 commit 1c820a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/icr-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
WebSphere Liberty container images are available from the IBM Container Registry (ICR) at `icr.io/appcafe/websphere-liberty`. Our recommendation is to use ICR instead of Docker Hub since ICR doesn't impose rate limits on image pulls. Images can be pulled from ICR without authentication. Only images with Universal Base Image (UBI) as the Operating System are available in ICR.
55

6-
The images for the latest Liberty release and the last two quarterly releases (versions ending in _.3_, _.6_, _.9_ and _.12_) are available and are refreshed regularly (every 1-2 weeks) to include fixes for the operating system (OS) and Java.
6+
The images for the latest Liberty release and the last three quarterly releases (versions ending in _.3_, _.6_, _.9_ and _.12_) are available and are refreshed regularly (every 1-2 weeks) to include fixes for the operating system (OS) and Java.
77

88
Available image tags are listed below. The tags use the following naming convention. For more information on tags, see [Container image naming conventions](https://www.ibm.com/docs/en/was-liberty/base?topic=images-liberty-container#cntr_r_images__imagename__title__1) documentation.
99
```
@@ -18,7 +18,7 @@ The `latest` tag simplifies pulling the full latest Open Liberty release with th
1818

1919
Append a tag to `icr.io/appcafe/websphere-liberty` to pull a specific image. For example,
2020
```
21-
icr.io/appcafe/websphere-liberty:25.0.0.12-kernel-java17-openj9-ubi
21+
icr.io/appcafe/websphere-liberty:25.0.0.12-kernel-java25-openj9-ubi-minimal
2222
```
2323

2424
Available images can be listed using [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cli-getting-started). Log in with your IBMid prior to running the following commands. Note that authentication is only required to list the images. **Images can be pulled from ICR without authentication** :

0 commit comments

Comments
 (0)