Skip to content

Commit 34fb88b

Browse files
committed
Add ZOOCFGDIR env variable to ZooKeeper to make scripts work
1 parent fa37db0 commit 34fb88b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zookeeper/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ EOF
123123

124124
ENV ZOOKEEPER_HOME=/stackable/zookeeper
125125
ENV PATH="${PATH}":/stackable/zookeeper/bin
126+
# This is used by zkEnv.sh and for the shell scripts in bin/
127+
# If unset it tries to find the conf directory automatically and that fails
128+
ENV ZOOCFGDIR=/stackable/config
126129

127130
USER ${STACKABLE_USER_UID}
128131
WORKDIR /stackable/zookeeper

0 commit comments

Comments
 (0)