Skip to content

Commit 97957bd

Browse files
authored
Merge pull request #15 from ffosilva/wurstmeister-master
Update to the latest stable version of Zookeeper
2 parents 4672b15 + 7cda54f commit 97957bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM wurstmeister/base
22

33
MAINTAINER Wurstmeister
44

5-
ENV ZOOKEEPER_VERSION 3.4.9
5+
ENV ZOOKEEPER_VERSION 3.4.13
66

77
#Download Zookeeper
88
RUN wget -q http://mirror.vorboss.net/apache/zookeeper/zookeeper-${ZOOKEEPER_VERSION}/zookeeper-${ZOOKEEPER_VERSION}.tar.gz && \

start-zk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sed -i -r 's|#(log4j.appender.ROLLINGFILE.MaxBackupIndex.*)|\1|g' $ZK_HOME/conf/log4j.properties
22
sed -i -r 's|#autopurge|autopurge|g' $ZK_HOME/conf/zoo.cfg
33

4-
/opt/zookeeper-3.4.9/bin/zkServer.sh start-foreground
4+
/opt/zookeeper-3.4.13/bin/zkServer.sh start-foreground

0 commit comments

Comments
 (0)