-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with ppc64le Arch #7
Comments
Thank you for your report @harsha544! Unfortunately I don't have a machine to build, test and maintain such images 😞 Feel free to contribute! |
This is definitely doable even on Pull requests are welcome! |
Thank you reopening the issue. I have had success earlier in running on ppc64le container on x86_64 arch (and ofcourse other way around too), however I uncovered certain issues/limitations whilst installing a deb package and at times bumped into issue whilst trying to run a service/daemon inside container. I think it would be sane to get it working on ppc64le arch itself. FWIW :- http://cloudgeekz.com/1352/powerpc-docker-images-on-intel.html |
The zookeeper dockerfiles use openjdk:8-jre-alpine as the base image, however this is not multi-arch yet (as per this gliderlabs/docker-alpine#304, similar problem with orientdb as per comment here: docker-library/official-images#3480 (comment)), would need to wait till the docker-alpine ticket is resolved |
Hi, gliderlabs/docker-alpine#304 has been resolved, ill work on the multi-arch changes The first step would be to add to the dockerfiles here changes for other arch's, will raise a PR for this |
Progress has been made: docker-library/official-images#3672 |
@31z4 Verified the new zookeeper container on ppc64le. https://github.com/docker-library/official-images/tree/master/test/tests/zookeeper-basics runs correctly on the ppc64le container, also did some basic validation manually |
That's great! Thanks a lot @vaibhavsood! |
@31z4 @vaibhavsood Thank you for your efforts. I am glad to see progress made in this direction, is my assumption correct that we have leveraged QEMU libraries and made this work ? |
@harsha544 I'm not sure. For additional details, please check gliderlabs/docker-alpine#304 |
Given that provided zookeeper docker image is built based on https://github.com/31z4/zookeeper-docker/blob/master/3.4.9/Dockerfile which relies on openjdk:8-jre-alpine and inturn is a x86_64 docker image, the "docker run -it zookeeper:3.49" fails with exec format error .
The text was updated successfully, but these errors were encountered: