Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 committed Mar 8, 2024
1 parent 4bc880b commit a7037c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/start_zookeeper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare -r DOCKER_FOLDER=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null
source $DOCKER_FOLDER/docker_build_common.sh

# ===============================[global variables]===============================
declare -r VERSION=${VERSION:-3.8.1}
declare -r VERSION=${VERSION:-3.9.1}
declare -r REPO=${REPO:-ghcr.io/skiptests/astraea/zookeeper}
declare -r IMAGE_NAME="$REPO:$VERSION"
declare -r ZOOKEEPER_PORT=${ZOOKEEPER_PORT:-"$(getRandomPort)"}
Expand All @@ -40,7 +40,7 @@ function showHelp() {
echo "Usage: [ENV] start_zookeeper.sh"
echo "ENV: "
echo " REPO=astraea/zk set the docker repo"
echo " VERSION=3.8.1 set version of zookeeper distribution"
echo " VERSION=3.9.1 set version of zookeeper distribution"
echo " BUILD=false set true if you want to build image locally"
echo " RUN=false set false if you want to build/pull image only"
echo " DATA_FOLDER=/tmp/folder1 set host folders used by zookeeper"
Expand Down

0 comments on commit a7037c9

Please sign in to comment.