From 0896591ca37498f7ee173d92149fce713bfcdba9 Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Thu, 19 Oct 2023 16:05:39 +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 f54f0356..85c3b8b6 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="3.0.1.2" +readonly PULSAR_DEFAULT_VERSION="3.1.0.5" 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 e54c98d6..acf59ce3 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 docker.cloudsmith.io/streamnative/staging/pulsar-all:$PULSAR_VERSION # use root user USER root