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 84620a7 commit 98daae7Copy full SHA for 98daae7
Dockerfile
@@ -6,6 +6,6 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sou
6
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
7
RUN tar xfz /tmp/kafka_2.8.0-0.8.1.1.tgz -C /opt
8
9
-ENV KAFKA_HOME /opt/kafka_2.8.0-0.8.1
+ENV KAFKA_HOME /opt/kafka_2.8.0-0.8.1.1
10
ADD start-kafka.sh /usr/bin/start-kafka.sh
11
CMD start-kafka.sh
0 commit comments