mailhog / MailHog

Web and API based SMTP testing
MIT License
14.07k stars 1.07k forks source link

Docker image on ARM #423

Open lcmartinezdev opened 2 years ago

lcmartinezdev commented 2 years ago

I noticed that the ARM Docker image does not exist.

Is there any plan to do so?

AnatomicJC commented 2 years ago

Hi,

You van give a try to my image https://hub.docker.com/r/anatomicjc/mailhog/tags a multiarch one with arm included.

You can find the source of this image here: https://gitlab.com/AnatomicJC/docker-images/-/blob/main/Dockerfiles/mailhog/Dockerfile

Cheers,

atezet commented 2 years ago

I LITERALLY just forked the image and ran

docker buildx build --push --platform linux/arm64,linux/amd64 -t arjenz/mailhog:latest .

to build and push it to Docker Hub. You're free to use it: https://hub.docker.com/r/arjenz/mailhog

If you want to try out a new project, created by a colleague of mine (in Rust), here's MailCrab: https://github.com/tweedegolf/mailcrab ! Also available on Docker Hub: https://hub.docker.com/r/marlonb/mailcrab

rjsocha commented 1 year ago

Yet another option with ARM64 support:

https://hub.docker.com/r/wyga/mailhog

root0x commented 1 year ago

Are there any plans to add this?