Skip to content

Commit

Permalink
List images for 24.0.0.6 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
leochr authored Jun 18, 2024
1 parent fe60671 commit 1089dce
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 @@ -20,7 +20,7 @@ The `beta` tag is based on UBI 9 minimal and the latest Java JRE and provides th

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

## Latest version

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

```
kernel-slim-java21-openj9-ubi-minimal
Expand All @@ -57,20 +57,20 @@ The `beta` tag includes all the features and capabilities from the most recent r
beta
```

## 24.0.0.5
## 24.0.0.6

```
24.0.0.5-kernel-slim-java21-openj9-ubi-minimal
24.0.0.5-kernel-slim-java17-openj9-ubi
24.0.0.5-kernel-slim-java11-openj9-ubi
24.0.0.5-kernel-slim-java8-openj9-ubi
24.0.0.5-kernel-slim-java8-ibmjava-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-slim-java21-openj9-ubi-minimal
24.0.0.6-kernel-slim-java17-openj9-ubi
24.0.0.6-kernel-slim-java11-openj9-ubi
24.0.0.6-kernel-slim-java8-openj9-ubi
24.0.0.6-kernel-slim-java8-ibmjava-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 @@ -88,17 +88,3 @@ beta
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-slim-java17-openj9-ubi
23.0.0.12-kernel-slim-java11-openj9-ubi
23.0.0.12-kernel-slim-java8-openj9-ubi
23.0.0.12-kernel-slim-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 1089dce

Please sign in to comment.