mautic/docker-mautic

Mautic Docker Doesn't support ARM64

sebastienhouzet opened this issue · 8 comments

Hello

This version of Docker Image doesn't support ARM64 processor (Apple M1 or Rapsberry 4 64bits)

Error after docker is up :

standard_init_linux.go:219: exec user process caused: exec format error

This can happen if you're trying to run an x86 built image on an arm64/aarch64 machine.

Do you have planned to support ARM64 ?

Thx

Also looking for an updated one

I am also looking for an update here - has anyone overcome this issue? I was trying with docker flags for my arm architecture but nothing works.

dandry commented

Also looking for Mautic ARM build. Thank you.

hcross commented

I've started to rework the automatic build of a multiarch build of the mautic3 and 4 images
My Github repo is here : https://github.com/hcross/docker-mautic/ (check branches mautic3 and mautic4 - ONLY)
My Dockerhub repo is here : https://hub.docker.com/repository/docker/hoanicross/mautic/general

hcross commented

I've started to rework the automatic build of a multiarch build of the mautic3 and 4 images My Github repo is here : https://github.com/hcross/docker-mautic/ (check branches mautic3 and mautic4 - ONLY) My Dockerhub repo is here : https://hub.docker.com/repository/docker/hoanicross/mautic/general

Those images are untested yet, but I plan to do so in a near future

@hcross v4-apache working, but v4-fpm not working. Thank you

@hcross Could you make a build of arm64 mautic5? Thank you.

@jackpassgfw we are working on the v5 images, you can follow the progress in #238.
We are almost ready to release the images, as multiple people confirmed them working.
If all goed well, in the upcoming days we should get everything in place