hey-johnnypark / docker-kafka-zookeeper

Docker image for Kafka (0.10.x - 0.11.x - 1.x, 2.x) message broker including Zookeeper
https://hub.docker.com/r/johnnypark/kafka-zookeeper/
53 stars 47 forks source link

Support arm64 builds using 'docker buildx' #14

Closed dougdonohoe closed 1 week ago

dougdonohoe commented 2 years ago

Now that Apple M1 (Apple Silicon) Macs are becoming more common, it is desirable to have tools like this support both amd64 and arm64 images. This PR adds a Makefile with the commands necessary to build and publish such an image as well as instructions in the README.

I also bumped Alpine to v3.15 and made it easier to publish a different version of Kafka.

The owner of this repo should be able to publish a multi-arch image:

REPO_NAME=johnnypark make buildx-publish 

I also published my image to https://hub.docker.com/r/dougdonohoe/kafka-zookeeper.

obalunenko commented 4 months ago

Hi @dougdonohoe This repository is not maintained. You can use this one: https://github.com/obalunenko/docker-kafka-zookeeper . It already has pre-build images for all Kafka with zookeeper versions published on the official site https://kafka.apache.org/downloads