Skip to content

Commit

Permalink
List images for 24.0.0.6 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
leochr authored Jun 18, 2024
1 parent 17a8c1d commit ff9dbfa
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions docs/icr-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `latest` tag simplifies pulling the full latest Open Liberty release with th

Append a tag to `icr.io/appcafe/websphere-liberty` to pull a specific image. For example,
```
icr.io/appcafe/websphere-liberty:24.0.0.3-kernel-java17-openj9-ubi
icr.io/appcafe/websphere-liberty:24.0.0.6-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** :
Expand All @@ -30,7 +30,7 @@ ibmcloud cr images --restrict appcafe/websphere-liberty

## Latest version

The following tags include the most recent WebSphere Liberty version: `24.0.0.5`
The following tags include the most recent WebSphere Liberty version: `24.0.0.6`

```
kernel-java21-openj9-ubi-minimal
Expand All @@ -48,20 +48,20 @@ full-java8-ibmjava-ubi
latest
```

## 24.0.0.5
## 24.0.0.6

```
24.0.0.5-kernel-java21-openj9-ubi-minimal
24.0.0.5-kernel-java17-openj9-ubi
24.0.0.5-kernel-java11-openj9-ubi
24.0.0.5-kernel-java8-ibmjava-ubi
24.0.0.5-kernel-java8-openj9-ubi
24.0.0.5-full-java21-openj9-ubi-minimal
24.0.0.5-full-java17-openj9-ubi
24.0.0.5-full-java11-openj9-ubi
24.0.0.5-full-java8-openj9-ubi
24.0.0.5-full-java8-ibmjava-ubi
24.0.0.6-kernel-java21-openj9-ubi-minimal
24.0.0.6-kernel-java17-openj9-ubi
24.0.0.6-kernel-java11-openj9-ubi
24.0.0.6-kernel-java8-ibmjava-ubi
24.0.0.6-kernel-java8-openj9-ubi
24.0.0.6-full-java21-openj9-ubi-minimal
24.0.0.6-full-java17-openj9-ubi
24.0.0.6-full-java11-openj9-ubi
24.0.0.6-full-java8-openj9-ubi
24.0.0.6-full-java8-ibmjava-ubi
```

## 24.0.0.3
Expand All @@ -79,17 +79,3 @@ latest
24.0.0.3-full-java8-openj9-ubi
24.0.0.3-full-java8-ibmjava-ubi
```

## 23.0.0.12

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

0 comments on commit ff9dbfa

Please sign in to comment.