Skip to content

Commit

Permalink
Revert "Change base docker image used for testing from java11 to java…
Browse files Browse the repository at this point in the history
…17-debian11 (#15)"

This reverts commit 9fc28c2.
  • Loading branch information
rlubke committed Jun 21, 2023
1 parent c518c0b commit 2e951ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Docker Images
shell: bash
run: |
docker pull gcr.io/distroless/java17-debian11
docker pull gcr.io/distroless/java:11
uname -a
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COHERENCE_WKA2 ?= server1
CLUSTER_PORT ?= 7574
# Profiles to include for building
PROFILES ?=
COHERENCE_BASE_IMAGE ?= gcr.io/distroless/java17-debian11
COHERENCE_BASE_IMAGE ?= gcr.io/distroless/java:11

# ----------------------------------------------------------------------------------------------------------------------
# Set the location of various build tools
Expand Down
2 changes: 1 addition & 1 deletion tests/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<coherence.test.groupId>com.oracle.coherence.ce</coherence.test.groupId>
<coherence.test.version>${coherence.version}</coherence.test.version>

<coherence.test.base.image>gcr.io/distroless/java17-debian11</coherence.test.base.image>
<coherence.test.base.image>gcr.io/distroless/java:11</coherence.test.base.image>

<!-- library dependency versions -->
<version.lib.asciidoctor.diagram>2.2.1</version.lib.asciidoctor.diagram>
Expand Down

0 comments on commit 2e951ba

Please sign in to comment.