1- # Copyright 2024,2025 Oracle Corporation and/or its affiliates.
1+ # Copyright 2024, 2025 Oracle Corporation and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# https://oss.oracle.com/licenses/upl.
44
2525 coherenceVersion :
2626 - 24.09
2727 - 24.09.2
28- - 24.09.3 -SNAPSHOT
28+ - 24.09.4 -SNAPSHOT
2929 go-version :
3030 - 1.19.x
3131 - 1.20.x
4343 - name : Get Docker Images
4444 shell : bash
4545 run : |
46- docker pull gcr.io/distroless/java17
46+ docker pull gcr.io/distroless/java17-debian12
4747
4848 - name : Set up JDK 17 for Build
4949 uses : actions/setup-java@v4
7777 shell : bash
7878 run : |
7979 go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
80- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 INCLUDE_LONG_RUNNING=true PROFILES=,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make clean generate-proto generate-proto-v1 build-test-images test-e2e-standalone
80+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 INCLUDE_LONG_RUNNING=true PROFILES=,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make clean generate-proto generate-proto-v1 build-test-images test-e2e-standalone
8181
8282 - uses : actions/upload-artifact@v4
8383 if : failure()
9191 shell : bash
9292 run : |
9393 go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
94- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=$COH_VERSION PROFILES=,jakarta,-javax,scope make clean generate-proto generate-proto-v1 build-test-images test-e2e-standalone-scope
94+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=$COH_VERSION PROFILES=,jakarta,-javax,scope make clean generate-proto generate-proto-v1 build-test-images test-e2e-standalone-scope
9595
9696 - uses : actions/upload-artifact@v4
9797 if : failure()
@@ -106,7 +106,7 @@ jobs:
106106 run : |
107107 echo "Running verify against $COH_VERSION"
108108 go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
109- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 SECURE=true COHERENCE_IGNORE_INVALID_CERTS=true INCLUDE_LONG_RUNNING=true \
109+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 SECURE=true COHERENCE_IGNORE_INVALID_CERTS=true INCLUDE_LONG_RUNNING=true \
110110 COHERENCE_TLS_CERTS_PATH=`pwd`/test/utils/certs/guardians-ca.crt \
111111 COHERENCE_TLS_CLIENT_CERT=`pwd`/test/utils/certs/star-lord.crt \
112112 COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \
0 commit comments