Skip to content

Commit 000bfc7

Browse files
authored
List container images for 25.0.0.10 including the new Semeru 25 based images (#720)
1 parent 607823a commit 000bfc7

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

docs/icr-images.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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 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.
13+
Liberty images based on Universal Base Image (UBI) 9 Minimal end with `-ubi-minimal` and include the JRE of IBM Semeru Runtime 25, 21, 17, 11 or 8 or IBM Java 8. We recommend using this combination as it offers a compact and effective Java runtime. Liberty images with Java 21 and higher are only available on UBI Minimal.
1414

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.
15+
Liberty images based on UBI 8 Standard end with `-ubi` and include Java 17, 11 or 8. The `openj9` type includes 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

17-
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.
17+
The `latest` tag simplifies pulling the full latest Open Liberty release with the latest Java JRE. It is an alias for the `full-java25-openj9-ubi-minimal` tag. If you do not specify a tag value, `latest` is used by default.
1818

1919
Append a tag to `icr.io/appcafe/websphere-liberty` to pull a specific image. For example,
2020
```
@@ -30,9 +30,10 @@ 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.9`
33+
The following tags include the most recent WebSphere Liberty version: `25.0.0.10`
3434

3535
```
36+
kernel-java25-openj9-ubi-minimal
3637
kernel-java21-openj9-ubi-minimal
3738
kernel-java17-openj9-ubi-minimal
3839
kernel-java11-openj9-ubi-minimal
@@ -44,6 +45,7 @@ kernel-java11-openj9-ubi
4445
kernel-java8-openj9-ubi
4546
kernel-java8-ibmjava-ubi
4647
48+
full-java25-openj9-ubi-minimal
4749
full-java21-openj9-ubi-minimal
4850
full-java17-openj9-ubi-minimal
4951
full-java11-openj9-ubi-minimal
@@ -58,6 +60,37 @@ full-java8-ibmjava-ubi
5860
latest
5961
```
6062

63+
64+
## 25.0.0.10
65+
66+
```
67+
25.0.0.10-kernel-java25-openj9-ubi-minimal
68+
25.0.0.10-kernel-java21-openj9-ubi-minimal
69+
25.0.0.10-kernel-java17-openj9-ubi-minimal
70+
25.0.0.10-kernel-java11-openj9-ubi-minimal
71+
25.0.0.10-kernel-java8-openj9-ubi-minimal
72+
25.0.0.10-kernel-java8-ibmjava-ubi-minimal
73+
74+
25.0.0.10-kernel-java17-openj9-ubi
75+
25.0.0.10-kernel-java11-openj9-ubi
76+
25.0.0.10-kernel-java8-openj9-ubi
77+
25.0.0.10-kernel-java8-ibmjava-ubi
78+
79+
25.0.0.10-full-java25-openj9-ubi-minimal
80+
25.0.0.10-full-java21-openj9-ubi-minimal
81+
25.0.0.10-full-java17-openj9-ubi-minimal
82+
25.0.0.10-full-java11-openj9-ubi-minimal
83+
25.0.0.10-full-java8-openj9-ubi-minimal
84+
25.0.0.10-full-java8-ibmjava-ubi-minimal
85+
86+
25.0.0.10-full-java17-openj9-ubi
87+
25.0.0.10-full-java11-openj9-ubi
88+
25.0.0.10-full-java8-openj9-ubi
89+
25.0.0.10-full-java8-ibmjava-ubi
90+
```
91+
92+
93+
6194
## 25.0.0.9
6295

6396
```

0 commit comments

Comments
 (0)