-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19684. Add JDK 21 to Ubuntu 20.04 and 24.04 docker development images #7947
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
| ], | ||
| "ubuntu:focal": [ | ||
| "temurin-24-jdk", | ||
| "temurin-21-jdk", |
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.
the ubuntu official apt repo provides openjdk-21-jdk, it's unnecessary to install from 3rd party. let's use the official one and put it at the end of the list.
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.
Thanks. Done @pan3793 .
|
The Jenkins failure should be fixed by #7938, @slfan1989 can you help merge that to unblock this patch? |
|
💔 -1 overall
This message was automatically generated. |
@stoty I’ve already merged #7938 into the trunk branch, so we can move forward with this PR. |
|
restarted CI |
|
🎊 +1 overall
This message was automatically generated. |
|
The CI results meet expectations. I will proceed with merging the change shortly. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Description of PR
HADOOP-19684. Add JDK 21 to Ubuntu 20.04 and 24.04 docker development images.
Add JDK 21 to Ubuntu 20.04 and 24.04 docker development images
How was this patch tested?
Built the default image locally and started JDK21.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?