wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

How to build and obtain specific version kafka docker images #747

Open gaow0007 opened 1 month ago

gaow0007 commented 1 month ago

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.

OneCricketeer commented 1 month ago

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