Skip to content

Commit d773e3a

Browse files
author
Luis Solano Bonet
committed
Kafka 0.8.2.0
1 parent 5fbe47e commit d773e3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ MAINTAINER Wurstmeister
44

55
RUN apt-get update; apt-get install -y unzip openjdk-6-jdk wget git docker.io
66

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
99

1010
VOLUME ["/kafka"]
1111

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
1313
ADD start-kafka.sh /usr/bin/start-kafka.sh
1414
ADD broker-list.sh /usr/bin/broker-list.sh
1515
CMD start-kafka.sh

fig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ zookeeper:
33
ports:
44
- "2181"
55
kafka:
6-
image: wurstmeister/kafka:0.8.1.1-1
6+
image: wurstmeister/kafka:0.8.2.0
77
ports:
88
- "9092"
99
links:

0 commit comments

Comments
 (0)