File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ MAINTAINER Wurstmeister
4
4
5
5
RUN apt-get update; apt-get install -y unzip openjdk-6-jdk wget git docker.io
6
6
7
- RUN wget -q http://mirror.gopotato.co.uk/apache/ kafka/0.8.1.1 /kafka_2.8.0 -0.8.1.1 .tgz -O /tmp/kafka_2.8.0 -0.8.1.1 .tgz
8
- RUN tar xfz /tmp/kafka_2.8.0 -0.8.1.1 .tgz -C /opt
7
+ RUN wget -q http://apache.mirrors.lucidnetworks.net/ kafka/0.8.2.0 /kafka_2.10 -0.8.2.0 .tgz -O /tmp/kafka_2.10 -0.8.2.0 .tgz
8
+ RUN tar xfz /tmp/kafka_2.10 -0.8.2.0 .tgz -C /opt
9
9
10
10
VOLUME ["/kafka" ]
11
11
12
- ENV KAFKA_HOME /opt/kafka_2.8.0 -0.8.1.1
12
+ ENV KAFKA_HOME /opt/kafka_2.10 -0.8.2.0
13
13
ADD start-kafka.sh /usr/bin/start-kafka.sh
14
14
ADD broker-list.sh /usr/bin/broker-list.sh
15
15
CMD start-kafka.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ zookeeper:
3
3
ports :
4
4
- " 2181"
5
5
kafka :
6
- image : wurstmeister/kafka:0.8.1.1-1
6
+ image : wurstmeister/kafka:0.8.2.0
7
7
ports :
8
8
- " 9092"
9
9
links :
You can’t perform that action at this time.
0 commit comments