Closed vaibhavsood closed 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?
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.
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!