Skip to content

Commit 7114192

Browse files
authored
List images for 24.0.0.12 (#654)
1 parent 5a4666b commit 7114192

File tree

1 file changed

+14
-30
lines changed

1 file changed

+14
-30
lines changed

docs/icr-images.md

Lines changed: 14 additions & 30 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.9-kernel-java17-openj9-ubi
21+
icr.io/appcafe/websphere-liberty:24.0.0.12-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.11`
33+
The following tags include the most recent WebSphere Liberty version: `24.0.0.12`
3434

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

51-
## 24.0.0.11
51+
## 24.0.0.12
5252

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

6767
## 24.0.0.9
@@ -79,19 +79,3 @@ latest
7979
24.0.0.9-full-java8-openj9-ubi
8080
24.0.0.9-full-java8-ibmjava-ubi
8181
```
82-
83-
## 24.0.0.6
84-
85-
```
86-
24.0.0.6-kernel-java21-openj9-ubi-minimal
87-
24.0.0.6-kernel-java17-openj9-ubi
88-
24.0.0.6-kernel-java11-openj9-ubi
89-
24.0.0.6-kernel-java8-ibmjava-ubi
90-
24.0.0.6-kernel-java8-openj9-ubi
91-
92-
24.0.0.6-full-java21-openj9-ubi-minimal
93-
24.0.0.6-full-java17-openj9-ubi
94-
24.0.0.6-full-java11-openj9-ubi
95-
24.0.0.6-full-java8-openj9-ubi
96-
24.0.0.6-full-java8-ibmjava-ubi
97-
```

0 commit comments

Comments
 (0)