kafka-docker
kafka-docker copied to clipboard
How to build and obtain specific version kafka docker images
I need a docker image kafka:2.13-2.7.0
. The maintainer has deleted the docker hub account. I cannot access kafka:2.13-2.7.0
. Anyone provides documentation to build a docker image to satisfy concrete version.
Checkout the branch with that version and run docker build
https://github.com/wurstmeister/kafka-docker/blob/1c54372e408b07c8d7476c4003858684d8370129/Dockerfile
Otherwise, 2.7.2 in Dockerhub is functionally the same, with some minor changes and/or security fixes