-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-4688: The Docker image should contain version 0.10.1.0 of Kafka #2424
Conversation
I think we also need to update vagrantfile. I'll take a look when I get home. |
@cmccabe https://github.com/apache/kafka/blob/trunk/vagrant/base.sh#L64-L69 is where we install it for Vagrant VMs. |
And I should mention that I made sure the corresponding URLs will be there -- in that case we haven't been relying on random mirrors and just used a reliable source of our own. |
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
@@ -28,6 +28,7 @@ ENV MIRROR="http://apache.cs.utah.edu/" | |||
RUN wget -q "${MIRROR}kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz" -O "/tmp/kafka_2.10-0.8.2.2.tgz" && tar xfz /tmp/kafka_2.10-0.8.2.2.tgz -C /opt && mv "/opt/kafka_2.10-0.8.2.2" "/opt/kafka-0.8.2.2" | |||
RUN wget -q "${MIRROR}kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz" -O "/tmp/kafka_2.10-0.9.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.9.0.1.tgz -C /opt && mv "/opt/kafka_2.10-0.9.0.1" "/opt/kafka-0.9.0.1" | |||
RUN wget -q "${MIRROR}kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz" -O "/tmp/kafka_2.10-0.10.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.10.0.1.tgz -C /opt && mv "/opt/kafka_2.10-0.10.0.1" "/opt/kafka-0.10.0.1" | |||
RUN wget -q "${MIRROR}kafka/0.10.1.0/kafka_2.10-0.10.1.0.tgz" -O "/tmp/kafka_2.10-0.10.1.0.tgz" && tar xfz /tmp/kafka_2.10-0.10.1.0.tgz -C /opt && mv "/opt/kafka_2.10-0.10.1.0" "/opt/kafka-0.10.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be 0.10.1.1. Same for the other file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, LGTM. I changed the version to be 0.10.1.1 before merging to trunk and 0.10.2.
Author: Colin P. Mccabe <cmccabe@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>, Ismael Juma <ismael@juma.me.uk> Closes #2424 from cmccabe/KAFKA-4688 (cherry picked from commit 5671806) Signed-off-by: Ismael Juma <ismael@juma.me.uk>
Author: Colin P. Mccabe <cmccabe@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>, Ismael Juma <ismael@juma.me.uk> Closes apache#2424 from cmccabe/KAFKA-4688
No description provided.