-
Notifications
You must be signed in to change notification settings - Fork 704
Docker images don't work on ARM64 #718
Comments
@dchuyko Dima, ARM64 isn't officially supported platform. |
Ok. Should arm64v8/zookeeper work as a workaround? |
@dchuyko if you try could you report back how did it go? |
It didn't work, but used LIberica JDK base images to build containers with Zookeeper and Kafka and it worked like a charm on my ARM server. |
@dchuyko Would you be able to share any other details on your build ? |
@dchuyko please share your work, if it possible - this will be really helpful - thank you. |
If anyone is still interested in arm64 images I've got a pull request and some images up on docker hub. If anyone needs or wants images other than zookeeper and kafka, let me know. I'm new to kafka and only interested in zookeeper and kafka right now so I'm probably not the best candidate for testing the other images. |
confluentinc/cp-kafka-connect, confluentinc/cp-schema-registry and confluentinc/cp-kafka-rest arm64 images would be good if possible.
|
@gAmUssA Any update or plan on releasing arm64 compatible docker images for all of |
It's also more interesting for the upcoming ampere altra server systems which have 80-cores arm 64Bit architecture. It's just a first feeling, but I guess this will be a big game changer. Also think about that new Apple M1 chips are also based on arm. Mac Mini are used for server applications. We don't know how it's increase, but Amazone has now also instances available. Will also to wait for arm support of your images 👍👍 |
@jonstelly Jon, thank you for creating |
@etolbakov This is great! Should be pulled to the official repo and published to docker registry. |
This in the same vein as #830 - This is a deprecated repo, no more enhancements will be going into it. Please put your +1s behind confluentinc/common-docker#117 for ARM support. |
I do not know the underlying reason why |
Hi folks, Confluent has released Docker images for arm64 for development and testing purposes. Check it out across different Confluent Platform components in Docker Hub: https://hub.docker.com/u/confluentinc For example, here's how to pull the latest CP Kafka image: docker pull confluentinc/cp-kafka:latest.arm64 |
E.g. from the start there are not compatible binaries like
docker run -it --name zookeeper -p 2181:2181 confluent/zookeeper
standard_init_linux.go:190: exec user process caused "exec format error"
The text was updated successfully, but these errors were encountered: