Skip to content

Commit ff9dbfa

Browse files
authored
List images for 24.0.0.6 (#621)
1 parent 17a8c1d commit ff9dbfa

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

docs/icr-images.md

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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:24.0.0.3-kernel-java17-openj9-ubi
21+
icr.io/appcafe/websphere-liberty:24.0.0.6-kernel-java17-openj9-ubi
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** :
@@ -30,7 +30,7 @@ ibmcloud cr images --restrict appcafe/websphere-liberty
3030

3131
## Latest version
3232

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

3535
```
3636
kernel-java21-openj9-ubi-minimal
@@ -48,20 +48,20 @@ full-java8-ibmjava-ubi
4848
latest
4949
```
5050

51-
## 24.0.0.5
51+
## 24.0.0.6
5252

5353
```
54-
24.0.0.5-kernel-java21-openj9-ubi-minimal
55-
24.0.0.5-kernel-java17-openj9-ubi
56-
24.0.0.5-kernel-java11-openj9-ubi
57-
24.0.0.5-kernel-java8-ibmjava-ubi
58-
24.0.0.5-kernel-java8-openj9-ubi
59-
60-
24.0.0.5-full-java21-openj9-ubi-minimal
61-
24.0.0.5-full-java17-openj9-ubi
62-
24.0.0.5-full-java11-openj9-ubi
63-
24.0.0.5-full-java8-openj9-ubi
64-
24.0.0.5-full-java8-ibmjava-ubi
54+
24.0.0.6-kernel-java21-openj9-ubi-minimal
55+
24.0.0.6-kernel-java17-openj9-ubi
56+
24.0.0.6-kernel-java11-openj9-ubi
57+
24.0.0.6-kernel-java8-ibmjava-ubi
58+
24.0.0.6-kernel-java8-openj9-ubi
59+
60+
24.0.0.6-full-java21-openj9-ubi-minimal
61+
24.0.0.6-full-java17-openj9-ubi
62+
24.0.0.6-full-java11-openj9-ubi
63+
24.0.0.6-full-java8-openj9-ubi
64+
24.0.0.6-full-java8-ibmjava-ubi
6565
```
6666

6767
## 24.0.0.3
@@ -79,17 +79,3 @@ latest
7979
24.0.0.3-full-java8-openj9-ubi
8080
24.0.0.3-full-java8-ibmjava-ubi
8181
```
82-
83-
## 23.0.0.12
84-
85-
```
86-
23.0.0.12-kernel-java17-openj9-ubi
87-
23.0.0.12-kernel-java11-openj9-ubi
88-
23.0.0.12-kernel-java8-openj9-ubi
89-
23.0.0.12-kernel-java8-ibmjava-ubi
90-
91-
23.0.0.12-full-java17-openj9-ubi
92-
23.0.0.12-full-java11-openj9-ubi
93-
23.0.0.12-full-java8-openj9-ubi
94-
23.0.0.12-full-java8-ibmjava-ubi
95-
```

0 commit comments

Comments
 (0)