Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit a745e3e

Browse files
nicknezisnwangtw
authored andcommitted
Updates to make Zookeeper work (#3424)
Netcat was not included in the centos image. Also the zookeeper scripts were not executable.
1 parent 5cd8ff9 commit a745e3e

5 files changed

+1
-0
lines changed

docker/dist/Dockerfile.dist.centos7

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN yum -y install python; yum clean all
2222
RUN yum -y install unzip; yum clean all
2323
RUN yum -y install which; yum clean all
2424
RUN yum -y install curl; yum clean all
25+
RUN yum -y install nmap-ncat; yum clean all
2526
RUN yum -y install python-setuptools; yum clean all
2627
RUN easy_install supervisor
2728
RUN echo_supervisord_conf > /etc/supervisord.conf

docker/dist/scripts/generate-zookeeper-config.sh

100644100755
File mode changed.

docker/dist/scripts/install-zookeeper.sh

100644100755
File mode changed.

docker/dist/scripts/start-zookeeper.sh

100644100755
File mode changed.

docker/dist/scripts/wait-for-zookeeper.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)