Skip to content

Commit 8e3d4b2

Browse files
authored
List images for 25.0.0.4 (#683)
1 parent 6cbf078 commit 8e3d4b2

1 file changed

Lines changed: 40 additions & 4 deletions

File tree

docs/icr-images.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Available image tags are listed below. The tags use the following naming convent
1010
<optional fix pack version-><liberty image type>-<java version>-<java type>-<base image type>
1111
```
1212

13-
Liberty images with Java 21 are based on UBI 9 minimal and include IBM Semeru Runtimes for Java 21 JRE. This combination offers a compact and effective Java runtime that is suited for applications that need Java 21.
13+
Liberty images based on Universal Base Image (UBI) 9 minimal include the JRE of IBM Semeru Runtime 21, 17, 11 or 8 or IBM Java 8. This combination offers a compact and effective Java runtime.
1414

15-
Liberty images with Java 8, 11 and 17 and with the `openj9` type are based on UBI 8 standard and include IBM Semeru Runtime for the respective Java version with the JDK. Images with the `ibmjava` type are based on UBI 8 standard and include IBM Java 8 JRE.
15+
Liberty images with Java 17, 11 and 8, the `openj9` type and based on UBI 8 standard include IBM Semeru Runtime for the respective Java version with the JDK. Java 8 images with the `ibmjava` type and based on UBI 8 standard include IBM Java 8 JRE.
1616

1717
The `latest` tag simplifies pulling the full latest Open Liberty release with the latest Java JRE. It is an alias for the full-java21-openj9-ubi-minimal tag. If you do not specify a tag value, `latest` is used by default.
1818

@@ -30,16 +30,26 @@ ibmcloud cr images --restrict appcafe/websphere-liberty
3030

3131
## Latest version
3232

33-
The following tags include the most recent WebSphere Liberty version: `25.0.0.3`
33+
The following tags include the most recent WebSphere Liberty version: `25.0.0.4`
3434

3535
```
3636
kernel-java21-openj9-ubi-minimal
37+
kernel-java17-openj9-ubi-minimal
38+
kernel-java11-openj9-ubi-minimal
39+
kernel-java8-openj9-ubi-minimal
40+
kernel-java8-ibmjava-ubi-minimal
41+
3742
kernel-java17-openj9-ubi
3843
kernel-java11-openj9-ubi
39-
kernel-java8-ibmjava-ubi
4044
kernel-java8-openj9-ubi
45+
kernel-java8-ibmjava-ubi
4146
4247
full-java21-openj9-ubi-minimal
48+
full-java17-openj9-ubi-minimal
49+
full-java11-openj9-ubi-minimal
50+
full-java8-openj9-ubi-minimal
51+
full-java8-ibmjava-ubi-minimal
52+
4353
full-java17-openj9-ubi
4454
full-java11-openj9-ubi
4555
full-java8-openj9-ubi
@@ -48,6 +58,32 @@ full-java8-ibmjava-ubi
4858
latest
4959
```
5060

61+
## 25.0.0.4
62+
63+
```
64+
25.0.0.4-kernel-java21-openj9-ubi-minimal
65+
25.0.0.4-kernel-java17-openj9-ubi-minimal
66+
25.0.0.4-kernel-java11-openj9-ubi-minimal
67+
25.0.0.4-kernel-java8-openj9-ubi-minimal
68+
25.0.0.4-kernel-java8-ibmjava-ubi-minimal
69+
70+
25.0.0.4-kernel-java17-openj9-ubi
71+
25.0.0.4-kernel-java11-openj9-ubi
72+
25.0.0.4-kernel-java8-openj9-ubi
73+
25.0.0.4-kernel-java8-ibmjava-ubi
74+
75+
25.0.0.4-full-java21-openj9-ubi-minimal
76+
25.0.0.4-full-java17-openj9-ubi-minimal
77+
25.0.0.4-full-java11-openj9-ubi-minimal
78+
25.0.0.4-full-java8-openj9-ubi-minimal
79+
25.0.0.4-full-java8-ibmjava-ubi-minimal
80+
81+
25.0.0.4-full-java17-openj9-ubi
82+
25.0.0.4-full-java11-openj9-ubi
83+
25.0.0.4-full-java8-openj9-ubi
84+
25.0.0.4-full-java8-ibmjava-ubi
85+
```
86+
5187
## 25.0.0.3
5288

5389
```

0 commit comments

Comments
 (0)