mailhog / MailHog

Web and API based SMTP testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Hub mailhog/mailhog does not support ARM

andrewjroth opened this issue · comments

SImilar to #397, the images hosted on Docker Hub only support amd64 architecture and not the arm64 architecture. Unfortunately, downstream services might still be using these, like Space on-prem.

I understand the workaround for using the Dockerfile configuration (installs MailHog on top of golang image). But it would be nice to have an updated DockerHub image and also one that supports ARM. Thank you!

Any news?

hey folks I've built and published mailbag for amd64 and arm64 if you want other architectures lets me know:

https://hub.docker.com/repository/docker/richarvey/mailhog/

Git repo and docker file is here: https://github.com/richarvey/mailhog-docker

The only change is to update to a newer gaolang runtime and updated base OS of alpine linux for security reasons