31z4 / zookeeper-docker

Docker image packaging for Apache Zookeeper
MIT License
285 stars 243 forks source link

3.5 not available for ARM CPUs #87

Closed agilob closed 3 years ago

agilob commented 4 years ago

3.3 is available for rasbperry pi, but 3.5 is only available for AMD64. Could you please push latest 3.5 for ARM too?

31z4 commented 4 years ago

The number of supported architectures comes from the openjdk base image. Currently it only supports arm64v8.

cwalker67 commented 4 years ago

The number of supported architectures comes from the openjdk base image. Currently it only supports arm64v8.

Why not use something like adoptopenjdk as it supports a plethora of architectures.

jonstelly commented 4 years ago

Currently it only supports arm64v8

It's worth noting that currently the zookeeper images aren't even being built or published for arm64 since the openjdk:8-jessie image/tag only supports amd64 - https://hub.docker.com/_/zookeeper?tab=tags

I've submitted a pull request for this and added ppc64le and s390x support (because why not). My PR includes the change to adoptopenjdk and also a bump to jre 11:

31z4/zookeeper-docker#90

31z4 commented 3 years ago

Closing it because the issue seems to be inactive for quite some time now.

agilob commented 3 years ago

It's inactive because there is a PR open for it.

fuzzy76 commented 5 months ago

This is really unfortunate, because this is also what prevents this image to work out of the box on never Macs. :(

31z4 commented 5 months ago

3.5 is EoL. Consider using at least 3.7 which does support ARM.