This repository contains a Dockerfile for the kafka Docker image, available at
registry.pulsepoint.com/kafka. The image contains Kafka and mostly it is used by Kafka brokers and
by Kafka Cruise Control.
This repository also contains Kafka Cruise Conrol Web UI in this branch, which should be relocated to a dedicated GitHub repository, because it does not have much common with this Docker image.
git checkout master && git pull origin master;git checkout -b $ticket_id;git add -A && git commit -m '[$ticket_id] description of the changes;pp part of the version e.g.: latest is 2.0.1-pp5, the next one will be 2.0.1-pp6,
so do export img_tag='2.0.1-pp6';cd .. && sudo docker build --tag=registry.pulsepoint.com/kafka:${img_tag} docker-kafka; cd -;git tag ${img_tag};sudo docker push registry.pulsepoint.com/kafka:${img_tag};git push --tags origin $ticket_id and create a PR to merge your branch to master.Content type
Image
Digest
Size
311.9 MB
Last updated
about 6 years ago
docker pull pulsepointinc/kafka