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

Provide docker image for M1 macbooks (arm64v8) #455

Closed
wolfey opened this issue Apr 6, 2022 · 4 comments
Closed

Provide docker image for M1 macbooks (arm64v8) #455

wolfey opened this issue Apr 6, 2022 · 4 comments
Assignees
Labels
backport_1_6_x Backport to old bugfixing branch 1.6.x enhancement
Milestone

Comments

@wolfey
Copy link

wolfey commented Apr 6, 2022

Currently, greenmail docker image is only available for amd64. Please support images for arm64 as well.

@wolfey
Copy link
Author

wolfey commented Apr 6, 2022

Should be fairly simple using these instructions: https://github.com/docker/buildx#installing

@wolfey
Copy link
Author

wolfey commented Apr 6, 2022

export DOCKER_CLI_EXPERIMENTAL=enabled
docker buildx create --name greenmail
docker buildx use greenmail
docker buildx build \
--platform linux/arm64,linux/amd64 \
--tag "greenmail/standalone" \
--push \
.

@ericparton
Copy link

The greenmail docker image crashes immediately on M1 macs; it can't even be run with the integrated QEMU emulation

@marcelmay
Copy link
Member

Latest release 1.6.9 now supports linux/amd64 and linux/arm64

marcelmay added a commit that referenced this issue Jun 17, 2022
Fix for new docker-maven-plugin 0.40.0 release with buildx support
marcelmay added a commit that referenced this issue Jul 30, 2022
Backport of #455

Fix for new docker-maven-plugin 0.40.0 release with buildx support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport_1_6_x Backport to old bugfixing branch 1.6.x enhancement
Projects
None yet
Development

No branches or pull requests

3 participants