kafka-docker icon indicating copy to clipboard operation
kafka-docker copied to clipboard

How to build and obtain specific version kafka docker images

Open gaow0007 opened this issue 9 months ago • 1 comments

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.

gaow0007 avatar May 10 '24 06:05 gaow0007

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

OneCricketeer avatar May 31 '24 13:05 OneCricketeer