From cd9f064ed0428e88c530dec88fdf3b514fe2f18b Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Mon, 17 Feb 2025 09:28:39 +0800 Subject: [PATCH] Update scripts to use arm image --- scripts/run-compat-ce.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/run-compat-ce.sh b/scripts/run-compat-ce.sh index 6cc3e24..20a69fd 100755 --- a/scripts/run-compat-ce.sh +++ b/scripts/run-compat-ce.sh @@ -10,31 +10,31 @@ set -e echo "Coherence CE 22.06.10" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=22.06.10 make clean build-test-images test-e2e-standalone +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk COHERENCE_VERSION=22.06.10 make clean build-test-images test-e2e-standalone echo "Coherence CE 14.1.2-0-0" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-0 make clean build-test-images test-e2e-standalone +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk COHERENCE_VERSION=14.1.2-0-0 make clean build-test-images test-e2e-standalone -echo "Coherence CE 24.09" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=24.09 make clean build-test-images test-e2e-standalone +echo "Coherence CE 24.09.3" +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk COHERENCE_VERSION=24.09.3 make clean build-test-images test-e2e-standalone echo "Coherence CE 24.09 with Executor" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=24.09 make clean build-test-images test-e2e-standalone +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk PROFILES=,executor COHERENCE_VERSION=24.09 make clean build-test-images test-e2e-standalone echo "Coherence CE 14.1.1-0-19" COHERENCE_VERSION=14.1.1-0-19 make clean build-test-images test-e2e-standalone -echo "Coherence CE 24.09 with Topics" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,topics COHERENCE_VERSION=24.09 make clean build-test-images test-e2e-topics +echo "Coherence CE 24.09.3 with Topics" +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk PROFILES=,topics COHERENCE_VERSION=24.09.3 make clean build-test-images test-e2e-topics -echo "Coherence CE 24.09 with View Caches" -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,views COHERENCE_VERSION=24.09 make clean build-view-images test-e2e-views +echo "Coherence CE 24.09.3 with View Caches" +COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk PROFILES=,views COHERENCE_VERSION=24.09.3 make clean build-view-images test-e2e-views # Security Enabled export COMPUTERNAME=server1 export COHERENCE_TLS_CERTS_PATH=`pwd`/test/test_utils/certs/guardians-ca.crt export COHERENCE_TLS_CLIENT_CERT=`pwd`/test/test_utils/certs/star-lord.crt -export COHERENCE_TLS_CLIENT_KEY=`pwd`/test/test_utils/certs/star-lord.key COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=24.09 PROFILES=,secure make clean certs build-test-images test-cluster-startup +export COHERENCE_TLS_CLIENT_KEY=`pwd`/test/test_utils/certs/star-lord.key COHERENCE_BASE_IMAGE=arm64v8/openjdk:17-jdk COHERENCE_VERSION=24.09 PROFILES=,secure make clean certs build-test-images test-cluster-startup cohctl set ignore-certs true cohctl add cluster tls -u https://127.0.0.1:30000/management/coherence/cluster cohctl get members