Bonitasoft-Community / docker_bonita

:whale: Source of the official Bonita Docker image
https://hub.docker.com/_/bonita/
18 stars 16 forks source link

support ppc64le architecture #7

Closed vaibhavsood closed 6 years ago

vaibhavsood commented 6 years ago

Hi, wanted to check if this repo can be made multi-arch to support ppc64le, the changes to the Dockerfile will be minimal

I have gone through the arm issue #6 (and the last comment about no plans to support additional archs), however still want to confirm if that applies to ppc64le as well or if you would be willing to consider it? (i can work through docker's multi-arch steps to publish the ppc64le image on dockerhub, the changes should be simple enough), thanks!

JeremJR commented 6 years ago

Hi @vaibhavsood , Sorry for the late response and thanks a lot for your interest. As mentioned in https://github.com/Bonitasoft-Community/docker_bonita/issues/6 Bonitasoft do not officially support multiple architecture for Bonita at the moment. Anyway I've applied recommended changes in order to permit the build of arm64v8 images. Regarding ppc64le, thanks to Minicloud I've obtained a ppc64le VM but I'm not able to build bonita image yet. It seems stuck on "apt-get update". I don't know yet if it's an issue due to my environment, or the ubuntu ppc64le base image or a temporary issue on ubuntu mirrors for ppc64le? On your side are you able to build bonita image on ppc64le?

JeremJR commented 6 years ago

In fact it was an issue with my environment, it works if i use --network=host on my Minicloud VM. So I've opened this PR https://github.com/docker-library/official-images/pull/4757 to permit the build of ppc64le images.

JeremJR commented 6 years ago

Note that Minicloud answered me : "This problem is caused by openstack overhead, then to solve this you need set docker's MTU to 1450 MB following this tutorial."

The ppc64le image is docker pullable so I close this issue.