-
-
Notifications
You must be signed in to change notification settings - Fork 231
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 alpine arm64 docker image builds #587
Comments
It not possible for now: adoptium/containers#158 (comment) means that temurin is not available yet, even for JDK21 alpine aarch64. |
Temurin is already providing nightly builds of JDK21 for Additionally, it's worth mentioning that Jenkins does not currently offer official support for JDK21. So, if we decide to provide a Docker image for it, we would be ahead of the curve compared to the official support status. That being said, this doesn't necessarily mean we shouldn't provide such an image. It could be a proactive step that allows us to re-integrate Alpine for I know, I know, the next logical step would be for me to propose a PR so that we know if that can be done harmlessly. 🤣 |
This all sounds good to me! Thx! |
@nbr23 a first step would be to introduce an initial set of JDK21 "experimental" images on jenkinsci/docker-agent for debian and alpine. Same idea as the JDK21 experimental introduction for the controller image with the Good news: the addition of a new JDK should be simpler with agent images. |
Sorry, was AFK today, but I see @gounthar was on fire and finished my job and much more! Thanks so much everyone, what an amazing turnaround time! |
…master/debian-bullseye-20230320 chore(deps): bump debian from bullseye-20230227 to bullseye-20230320 in /17/bullseye
What feature do you want to see added?
Hi!
Could we build the arm64 variant for the alpine based image of the agent?
I think it might just be a matter of adding alpine to thelinux-arm64
group in docker-bake?Looks like we might have a dependency on this first #397
Thanks!
Upstream changes
No response
The text was updated successfully, but these errors were encountered: