Skip to content

Commit 55a3906

Browse files
authored
Merge pull request #574 from WASdev/leochr-patch-13
List the images for 23.0.0.12
2 parents 916c7b7 + 5fb4dbb commit 55a3906

1 file changed

Lines changed: 12 additions & 26 deletions

File tree

docs/icr-images.md

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Available image tags are listed below. The tags follow this naming convention:
1212

1313
Append a tag to `icr.io/appcafe/websphere-liberty` to pull a specific image. For example,
1414
```
15-
icr.io/appcafe/websphere-liberty:23.0.0.9-kernel-java17-openj9-ubi
15+
icr.io/appcafe/websphere-liberty:23.0.0.12-kernel-java17-openj9-ubi
1616
```
1717

1818
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** :
@@ -22,7 +22,7 @@ ibmcloud cr images --restrict appcafe/websphere-liberty
2222
```
2323

2424

25-
## Latest version (23.0.0.11)
25+
## Latest version (23.0.0.12)
2626

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

39-
## 23.0.0.11
39+
## 23.0.0.12
4040

4141
```
42-
23.0.0.11-kernel-java8-openj9-ubi
43-
23.0.0.11-kernel-java8-ibmjava-ubi
44-
23.0.0.11-kernel-java11-openj9-ubi
45-
23.0.0.11-kernel-java17-openj9-ubi
46-
47-
23.0.0.11-full-java8-openj9-ubi
48-
23.0.0.11-full-java8-ibmjava-ubi
49-
23.0.0.11-full-java11-openj9-ubi
50-
23.0.0.11-full-java17-openj9-ubi
42+
23.0.0.12-kernel-java8-openj9-ubi
43+
23.0.0.12-kernel-java8-ibmjava-ubi
44+
23.0.0.12-kernel-java11-openj9-ubi
45+
23.0.0.12-kernel-java17-openj9-ubi
46+
47+
23.0.0.12-full-java8-openj9-ubi
48+
23.0.0.12-full-java8-ibmjava-ubi
49+
23.0.0.12-full-java11-openj9-ubi
50+
23.0.0.12-full-java17-openj9-ubi
5151
```
5252

5353
## 23.0.0.9
@@ -63,17 +63,3 @@ full-java17-openj9-ubi
6363
23.0.0.9-full-java11-openj9-ubi
6464
23.0.0.9-full-java17-openj9-ubi
6565
```
66-
67-
## 23.0.0.6
68-
69-
```
70-
23.0.0.6-kernel-java8-openj9-ubi
71-
23.0.0.6-kernel-java8-ibmjava-ubi
72-
23.0.0.6-kernel-java11-openj9-ubi
73-
23.0.0.6-kernel-java17-openj9-ubi
74-
75-
23.0.0.6-full-java8-openj9-ubi
76-
23.0.0.6-full-java8-ibmjava-ubi
77-
23.0.0.6-full-java11-openj9-ubi
78-
23.0.0.6-full-java17-openj9-ubi
79-
```

0 commit comments

Comments
 (0)