Bump kafka version to 1.0.0

Apache Kafka has gone to 1.0 release. Bump version from 0.11.0.2
to 1.0.0.

Change-Id: I1ea1aa021824981998f1d2fec111cfeeda1823d2
This commit is contained in:
Andrew Smith 2018-01-24 11:07:51 -05:00
parent 9093c7bd4c
commit add07bd7de
1 changed files with 1 additions and 1 deletions

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.11.0.2/kafka_2.12-0.11.0.2.tgz \
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/1.0.0/kafka_2.12-1.0.0.tgz \
&& tar xfvz kafka.tgz \
&& rm kafka.tgz \
&& ln -s kafka* kafka