Skip to content

Commit 6607dca

Browse files
committed
Use snstage org image (#1809)
* Use snstage org image * Update pulsar image version
1 parent 5e6cc96 commit 6607dca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd`
55
readonly IMAGE_NAME=pulsarctl-test
6-
readonly PULSAR_DEFAULT_VERSION="4.0.3"
6+
readonly PULSAR_DEFAULT_VERSION="4.0.4.3"
77
readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}}
88

99
docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \

scripts/test-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PULSAR_VERSION
2-
FROM apachepulsar/pulsar-all:$PULSAR_VERSION
2+
FROM snstage/pulsar-all:$PULSAR_VERSION
33

44
# use root user
55
USER root

0 commit comments

Comments
 (0)