docker-mautic icon indicating copy to clipboard operation
docker-mautic copied to clipboard

Mautic Docker Doesn't support ARM64

Open sebastienhouzet opened this issue 3 years ago • 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

sebastienhouzet avatar Jul 01 '22 19:07 sebastienhouzet

Also looking for an updated one

deborahsbg avatar Jul 20 '22 18:07 deborahsbg

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.

jaroslavhuss avatar Jul 26 '23 12:07 jaroslavhuss

Also looking for Mautic ARM build. Thank you.

dandry avatar Jul 27 '23 06:07 dandry

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 avatar Aug 08 '23 09:08 hcross

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 avatar Aug 08 '23 09:08 hcross

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

jackpassgfw avatar Dec 25 '23 10:12 jackpassgfw

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

jackpassgfw avatar Jan 13 '24 04:01 jackpassgfw

@jackpassgfw we are working on the v5 images, you can follow the progress in https://github.com/mautic/docker-mautic/pull/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

mollux avatar Jan 13 '24 08:01 mollux