-
Notifications
You must be signed in to change notification settings - Fork 103
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
[FEATURE REQUEST] ... Support ARM Docker Images #458
Comments
Thanks for opening your first issue. Pull requests are always welcome too! :) |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
Daniel, I will push ARM images the coming weekOn Jan 13, 2024, at 5:20, Daniel Natic ***@***.***> wrote:
Closed #458 as not planned.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were assigned.Message ID: ***@***.***>
|
Thank you. We appreciate you circling back and closing this gap. It was difficult for Apple Silicon engineers to use this software previously without emulators or hacks. |
No problem. I myself recently has moved to Apple Silicon. It will take me a few tries, please allow me sometime |
I achieved some progress with publishing multiple arch images, see the latest-jre11: https://hub.docker.com/layers/azagniotov/stubby4j/latest-jre11/images/sha256-22a50332f75497b65a876ed245aefedda736c4e0b09dff81d389cc661240f0ca?context=explore But, please do not use. I need to clean up the PR first: #465 |
Not sure if it was on purpose or not. You broke the JDK16 image by using a JDK17 base image. |
@dnatic09 apologies for the mix up. The JDK 16 latest image on Docker Hub has been reverted to its previous state |
No worries. Does not hurt my feelings either way. Just did not want other consumers to be confused. |
Thank you for bringing this to my attention 👍🏼 |
I see a JRE8 and JRE11 image on Docker Hub. Will JRE17 follow soon? |
@dnatic09 right on time. The JRE 17 is up: https://hub.docker.com/r/azagniotov/stubby4j/tags Would you be able to sanity check the ARM 64 images? |
In the meanwhile, I will close the issue. Feel free to reopen |
@aservedio-swi, you can port the AV environments to use this. |
Is your feature request related to a problem? Please describe.
Docker images cannot run on ARM/M1 architecture
Describe the solution you'd like
Docker images to be published from CircleCI to Docker Hub with ARM support
Describe alternatives you've considered
I have tried emulation, but it is not nearly as good
Additional context
If
circleci
is running withbuildx
, you just need to change this line:https://github.com/azagniotov/stubby4j/blob/master/.circleci/config.yml#L269
from:
to:
The text was updated successfully, but these errors were encountered: