Skip to content

Commit 8271d37

Browse files
committed
Pin the image version to 4.0.0
1 parent 59e2067 commit 8271d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/pulsar-test-service-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd $SRC_DIR
2525

2626
./build-support/pulsar-test-service-stop.sh
2727

28-
CONTAINER_ID=$(docker run -i --user $(id -u) -p 8080:8080 -p 6650:6650 -p 8443:8443 -p 6651:6651 --rm --detach apachepulsar/pulsar:latest sleep 3600)
28+
CONTAINER_ID=$(docker run -i --user $(id -u) -p 8080:8080 -p 6650:6650 -p 8443:8443 -p 6651:6651 --rm --detach apachepulsar/pulsar:4.0.0 sleep 3600)
2929
echo $CONTAINER_ID > .tests-container-id.txt
3030

3131
docker cp tests/test-conf $CONTAINER_ID:/pulsar/test-conf

0 commit comments

Comments
 (0)