We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa37db0 commit 34fb88bCopy full SHA for 34fb88b
1 file changed
zookeeper/Dockerfile
@@ -123,6 +123,9 @@ EOF
123
124
ENV ZOOKEEPER_HOME=/stackable/zookeeper
125
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
129
130
USER ${STACKABLE_USER_UID}
131
WORKDIR /stackable/zookeeper
0 commit comments