From 9309233d0778f3a9bfd12eae540a2fdb09f82a60 Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Tue, 24 Sep 2024 04:04:35 +0000 Subject: [PATCH] "Created by snbot" --- scripts/run-integration-tests.sh | 2 +- scripts/test-docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index 2fb6794a..0dee1b1c 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -3,7 +3,7 @@ set -e readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd` readonly IMAGE_NAME=pulsarctl-test -readonly PULSAR_DEFAULT_VERSION="2.10.2.2" +readonly PULSAR_DEFAULT_VERSION="2.11.4.4" readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}} docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \ diff --git a/scripts/test-docker/Dockerfile b/scripts/test-docker/Dockerfile index ce543036..d6435a71 100644 --- a/scripts/test-docker/Dockerfile +++ b/scripts/test-docker/Dockerfile @@ -1,5 +1,5 @@ ARG PULSAR_VERSION -FROM streamnative/pulsar-all:$PULSAR_VERSION +FROM snstage/pulsar-all:$PULSAR_VERSION # use root user USER root