-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Use generally available JDK21 images #347
Conversation
* Create separate `-preview` configurations for architectures in early access * Fix early access URLs * Switch to Ubuntu 22.04 LTS build images * Fix `make` command in README.md Signed-off-by: Marvin A. Ruder <[email protected]>
Not sure if all my changes in the I was able to build and test all images successfully on |
Signed-off-by: Marvin A. Ruder <[email protected]>
Signed-off-by: Marvin A. Ruder <[email protected]>
Signed-off-by: Marvin A. Ruder <[email protected]>
Thank you so much for your contribution, @marvinruder . 🤗 |
@@ -5,6 +5,7 @@ group "linux" { | |||
"alpine_jdk21", | |||
"debian_jdk11", | |||
"debian_jdk21", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if debian_jdk17
is missing here?
I also noticed that there is a |
Hi @marvinruder ! Thanks for this PR!
No worries on the For the record, there are no execution errors in the CI (as per the GitHub Action check) for
Thanks for carefully checking! The pipeline checks are also all green which mean that the (build + test) on For the record, we do not use specifi hardware for cross-platform container image build: as per Lines 78 to 82 in 0e5a76e
qemu inside Docker along with buildx capabilities. it's a 3 line (and portable if you have Docker CE) script. No action expected i'm only adding this here so you know it is possible on your machine :)
Good catch, but that should be a topic for another PR if you don't mind. Having biug PRs with too much things impairs the ability to review and integrate feature efficiently: Let's start with the JDK21. I propose we or you open an issue to point the debian jdk11 stuff: I believe we should check that the default image switches to JDK17 as default in a subsequent PR (which would be a breaking change to be delivered after the JDK21 GA). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, the image changes looks good, let's roll!
(we'll eventually 1 additional PR before triggering a release though)
-preview
configurations for architectures in early accessmake
command in README.mdResolves #346
Testing done
Submitter checklist