We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34b75 commit ba78ceaCopy full SHA for ba78cea
scripts/run-integration-tests.sh
@@ -3,7 +3,7 @@ set -e
3
4
readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd`
5
readonly IMAGE_NAME=pulsarctl-test
6
-readonly PULSAR_DEFAULT_VERSION="3.0.0.1"
+readonly PULSAR_DEFAULT_VERSION="3.0.10.1"
7
readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}}
8
9
docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \
scripts/test-docker/Dockerfile
@@ -1,5 +1,5 @@
1
ARG PULSAR_VERSION
2
-FROM streamnative/pulsar-all:$PULSAR_VERSION
+FROM snstage/pulsar-all:$PULSAR_VERSION
# use root user
USER root
0 commit comments