diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index a67984af..2c92ad34 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.11.2.11" +readonly PULSAR_DEFAULT_VERSION="2.11.2.11-52e4fa" 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 154b96c3..d6435a71 100644 --- a/scripts/test-docker/Dockerfile +++ b/scripts/test-docker/Dockerfile @@ -1,5 +1,5 @@ ARG PULSAR_VERSION -FROM docker.cloudsmith.io/streamnative/staging/pulsar-all:$PULSAR_VERSION +FROM snstage/pulsar-all:$PULSAR_VERSION # use root user USER root