-
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
add multiarch Docker support via buildx #462
Conversation
@fbscarel-bl Hi. Apologies for the such a late response. Can you please re-open the PR? I would like to merge it |
I mistakenly clicked on submitting a PR, I was actually just making local
changes for myself. In any case, you can see the changes made here
master...fbscarel-bl:stubby4j:master
It's a bit hacky as I didn't worry too much about making it sufficiently
generic for an audience that was not myself, but it does work. I've
published multiarch images here at that point in time:
https://hub.docker.com/r/fbscarelbl/stubby4j/tags
Cheers!
…On Tue, Jan 16, 2024 at 3:03 PM Alexander Zagniotov < ***@***.***> wrote:
@fbscarel-bl <https://github.com/fbscarel-bl> Hi. Apologies for the such
a late response. Can you please re-open the PR? I would like to merge it
—
Reply to this email directly, view it on GitHub
<#462 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDT77JDYNBJQGW7TLRI3MMTYO26GDAVCNFSM6AAAAAA7YHAIGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUGI2DINRQGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 |
The project that uses stubby4j on my company is on JDK 17, which is why I
"ported" your script to that. Seemed to work well.
To be honest the image has been working fine so far, but thanks for the
update. The buildx stuff is really powerful.
…On Tue, Jan 16, 2024 at 10:20 PM Alexander Zagniotov < ***@***.***> wrote:
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
<#465>
—
Reply to this email directly, view it on GitHub
<#462 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDT77JBANZR7L7IVEMHEN63YO4RMFAVCNFSM6AAAAAA7YHAIGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUG44DAMJZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I will add JDK 17 image too now, by reusing your PR state |
@fbscarel-bl Just as FYI, the JRE 17 is up: https://hub.docker.com/r/azagniotov/stubby4j/tags Would you be able to sanity check the ARM 64 image? |
No description provided.