update kafka version.

The kafka version is not up to date,when i deploy kafka,today.

Change-Id: I19e914d3d64443616cf83e83ce1a13d52b7d81a1
This commit is contained in:
yanpeifei
2017-11-02 14:51:09 +08:00
parent 8d024ff400
commit 58559e27c5

View File

@ -21,7 +21,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{{ macros.install_packages(kafka_packages | customizable("packages")) }}
{% block kafka_install %}
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/0.10.1.0/kafka_2.11-0.10.1.0.tgz \
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/0.11.0.1/kafka_2.12-0.11.0.1.tgz \
&& tar xfvz kafka.tgz \
&& rm kafka.tgz \
&& ln -s kafka* kafka