Skip to content

Commit aadde42

Browse files
authored
List 23.0.0.10 images (#554)
1 parent 5a300f1 commit aadde42

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

docs/icr-images.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# IBM Container Registry (ICR)
33

4-
WebSphere Liberty container images are available from 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 at the moment.
4+
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 release and the last two quarterly releases are available and are refreshed regularly.
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 to include fixes for the operating system (OS) and Java.
77

88
Available image tags are listed below. The tags follow this naming convention:
99
```
@@ -22,7 +22,7 @@ ibmcloud cr images --restrict appcafe/websphere-liberty
2222
```
2323

2424

25-
## Latest version
25+
## Latest version (23.0.0.10)
2626

2727
```
2828
kernel-java8-openj9-ubi
@@ -36,6 +36,20 @@ full-java11-openj9-ubi
3636
full-java17-openj9-ubi
3737
```
3838

39+
## 23.0.0.10
40+
41+
```
42+
23.0.0.10-kernel-java8-openj9-ubi
43+
23.0.0.10-kernel-java8-ibmjava-ubi
44+
23.0.0.10-kernel-java11-openj9-ubi
45+
23.0.0.10-kernel-java17-openj9-ubi
46+
47+
23.0.0.10-full-java8-openj9-ubi
48+
23.0.0.10-full-java8-ibmjava-ubi
49+
23.0.0.10-full-java11-openj9-ubi
50+
23.0.0.10-full-java17-openj9-ubi
51+
```
52+
3953
## 23.0.0.9
4054

4155
```

0 commit comments

Comments
 (0)