Skip to content

Commit

Permalink
Merge pull request #574 from WASdev/leochr-patch-13
Browse files Browse the repository at this point in the history
List the images for 23.0.0.12
kabicin authored Dec 13, 2023
2 parents 916c7b7 + 5fb4dbb commit 55a3906
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions docs/icr-images.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Available image tags are listed below. The tags follow this naming convention:

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

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
```


## Latest version (23.0.0.11)
## Latest version (23.0.0.12)

```
kernel-java8-openj9-ubi
@@ -36,18 +36,18 @@ full-java11-openj9-ubi
full-java17-openj9-ubi
```

## 23.0.0.11
## 23.0.0.12

```
23.0.0.11-kernel-java8-openj9-ubi
23.0.0.11-kernel-java8-ibmjava-ubi
23.0.0.11-kernel-java11-openj9-ubi
23.0.0.11-kernel-java17-openj9-ubi
23.0.0.11-full-java8-openj9-ubi
23.0.0.11-full-java8-ibmjava-ubi
23.0.0.11-full-java11-openj9-ubi
23.0.0.11-full-java17-openj9-ubi
23.0.0.12-kernel-java8-openj9-ubi
23.0.0.12-kernel-java8-ibmjava-ubi
23.0.0.12-kernel-java11-openj9-ubi
23.0.0.12-kernel-java17-openj9-ubi
23.0.0.12-full-java8-openj9-ubi
23.0.0.12-full-java8-ibmjava-ubi
23.0.0.12-full-java11-openj9-ubi
23.0.0.12-full-java17-openj9-ubi
```

## 23.0.0.9
@@ -63,17 +63,3 @@ full-java17-openj9-ubi
23.0.0.9-full-java11-openj9-ubi
23.0.0.9-full-java17-openj9-ubi
```

## 23.0.0.6

```
23.0.0.6-kernel-java8-openj9-ubi
23.0.0.6-kernel-java8-ibmjava-ubi
23.0.0.6-kernel-java11-openj9-ubi
23.0.0.6-kernel-java17-openj9-ubi
23.0.0.6-full-java8-openj9-ubi
23.0.0.6-full-java8-ibmjava-ubi
23.0.0.6-full-java11-openj9-ubi
23.0.0.6-full-java17-openj9-ubi
```

0 comments on commit 55a3906

Please sign in to comment.