mailhog / MailHog

Web and API based SMTP testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image on ARM

lcmartinezdev opened this issue · comments

I noticed that the ARM Docker image does not exist.

Is there any plan to do so?

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,

commented

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

Yet another option with ARM64 support:

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

Are there any plans to add this?