vinayakumarb commented on code in PR #8001:
URL: https://github.com/apache/hadoop/pull/8001#discussion_r2422824903
##########
dev-support/docker/pkg-resolver/packages.json:
##########
@@ -263,6 +352,14 @@
"openjdk-11-jdk",
"openjdk-17-jdk"
],
+ "debian:12": [
+ "temurin-17-jdk",
+ "temurin-24-jdk"
+ ],
+ "debian:13": [
+ "temurin-17-jdk",
+ "temurin-24-jdk"
Review Comment:
Done. Using openjdk-25-jdk in debian-13 and temurin-25-jdk in debian 12 as
openjdk is not available in debian repository for bookworm.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]