Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Linux/ARM64 images #372

Open
odidev opened this issue Jul 20, 2021 · 13 comments
Open

Release Linux/ARM64 images #372

odidev opened this issue Jul 20, 2021 · 13 comments

Comments

@odidev
Copy link

odidev commented Jul 20, 2021

I am trying to use mailhog image on arm64 platform but arm64 tag is not available in dockerhub.
I have successfully built the docker image for Linux/ARM64 by using below buildx commands in the travis.yml file without any changes in Dockerfile:
{
docker buildx build -t odidev/sample:mailhogx64ARM --platform linux/amd64,linux/arm64 --push .
}
Commit: odidev@5584b40
Image: https://hub.docker.com/r/odidev/sample/tags?page=1&ordering=last_updated
May I know how you are releasing the images?
I will be happy to contribute and raise the PR.

@tyndyll
Copy link
Member

tyndyll commented Sep 8, 2021

I will look into adding this to builds via Github actions

@odidev
Copy link
Author

odidev commented Sep 24, 2021

Hi @tyndyll,
I have raised PR by adding builds via Github actions.
PR link: #378

@Fossil01
Copy link

I am not looking for a Docker image but just a plain ARM64 build if possible.

@back-2-95
Copy link

Inspired by #245, we have made this (which we use in daily basis). There are amd64 and arm64 variants.
https://hub.docker.com/repository/docker/druidfi/mailhog

Here is the Dockerfile: https://github.com/druidfi/docker-images/blob/main/misc/mailhog/Dockerfile

@teawithfruit
Copy link

teawithfruit commented May 6, 2022

I will look into adding this to builds via Github actions

I've done it yesterday to create an automatic mailhog docker image which supports arm64 and amd64.
https://github.com/teawithfruit/mailhog
https://hub.docker.com/r/teawithfruit/mailhog

Feel free to copy...

@aprat84
Copy link

aprat84 commented Dec 13, 2022

@bram-pkg
Copy link

This would be really nice to have..

1 similar comment
@bram-pkg
Copy link

This would be really nice to have..

@iangabrielsanchez
Copy link

+1

1 similar comment
@lamasfoker
Copy link

+1

@bluemanos
Copy link

2024 is here, so +1 from me :)

@bram-pkg
Copy link

Mailpit has arm64 images, FYI

@aprat84
Copy link

aprat84 commented Mar 12, 2024

This project is not maintained any more #442 (comment)

Should move to Mailpit (or any other alternative)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants