-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Arm64/v8 Images #10
Comments
Hi @samkhawase, right now arm64 is not supported in Alpine AdoptOpenJDK images (AdoptOpenJDK/openjdk-docker#519) nor Amazon Corretto (corretto/corretto-docker#46) so is not possible to do right now, maybe in a future. |
Ok, thanks. I'll keep an eye on the ticket on the AdoptOpenJDK board. |
Is there any update on this ? |
@samkhawase @rizkyramadhan I'm going to create tomorrow a test image using Liberica JDK instead of AdoptOpenJDK/Corretto because it seems that it will take a long time. I will let you know when it is ready. |
Is not possible yet to generate arm64 images. |
Any update about it? |
Any updates on this issue? I'm also interested in using this image to build on mac M1 |
The bellsoft/liberica-openjdk-alpine have arm64/v8 support now. https://hub.docker.com/r/bellsoft/liberica-openjdk-alpine/tags |
Any updates? |
Following up for updates |
@alvr when will the arm image implemented and available? |
any updates on this? |
arm64 added in v2024.08.04. |
Finally! thank you! @alvr <3 |
Hi,
Thanks a lot for creating the slim alpine images for Docker. Would it be possible for you to add support for Arm64/v8 arch? I've an Apple Silicon M1 macbook and other images don't work on it.
I tried forking this repo, but didn't go far as there are a lot of changes required with credentials etc.
We could leverage the
platforms
argument of the Docker buildx action?Here is a PR the has the relevant build .yml file that builds for arm64/v8 arch:
docker/setup-buildx-action#54
The text was updated successfully, but these errors were encountered: