Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run-examples-with-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
coherence-image:
- ghcr.io/oracle/coherence-ce
coherenceVersion:
- 22.06.12
- 25.03.1
- 22.06.13
- 25.03.2
runs-on: ${{ matrix.os }}
steps:
- name: Get Docker Images
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
coherence-image:
- ghcr.io/oracle/coherence-ce
coherenceVersion:
- 22.06.12
- 25.03.1
- 22.06.13
- 25.03.2
runs-on: ${{ matrix.os }}
steps:
- name: Get Docker Images
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-nslookup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
poetry-version: ["1.8.4"]
os: [ubuntu-latest]
coherenceVersion:
- 25.03.1
- 22.06.12
- 25.03.2
- 22.06.13
base-image:
- gcr.io/distroless/java17-debian11
runs-on: ${{ matrix.os }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
poetry-version: ["1.8.4"]
os: [ubuntu-latest]
coherenceVersion:
- 25.03.1
- 22.06.12
- 25.03.2
- 22.06.13
base-image:
- gcr.io/distroless/java17-debian11
profile:
- ",-jakarta,javax"
- ",jakarta,-javax"
exclude:
- coherenceVersion: 25.03.1
- coherenceVersion: 25.03.2
profile: ",-jakarta,javax"
- coherenceVersion: 22.06.12
- coherenceVersion: 22.06.13
profile: ",jakarta,-javax"

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
everything necessary for the client to operate correctly.

```bash
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.1
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.2
```

## Installation
Expand Down