This is an automated email from the ASF dual-hosted git repository.
slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5fe4f134afe HADOOP-19366. Install OpenJDK 17 in default ubuntu build
container (#7226) Contributed by Cheng Pan.
5fe4f134afe is described below
commit 5fe4f134afef8d7da9ca3b96a443cd1982d85e24
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Dec 18 13:38:19 2024 +0800
HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#7226)
Contributed by Cheng Pan.
Reviewed-by: Attila Doroszlai <[email protected]>
Reviewed-by: Shilun Fan <[email protected]>
---
dev-support/docker/pkg-resolver/packages.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-support/docker/pkg-resolver/packages.json
b/dev-support/docker/pkg-resolver/packages.json
index 22255178346..00d6ba36de2 100644
--- a/dev-support/docker/pkg-resolver/packages.json
+++ b/dev-support/docker/pkg-resolver/packages.json
@@ -261,11 +261,13 @@
"debian:10": "openjdk-11-jdk",
"ubuntu:focal": [
"openjdk-8-jdk",
- "openjdk-11-jdk"
+ "openjdk-11-jdk",
+ "openjdk-17-jdk"
],
"ubuntu:focal::arch64": [
"openjdk-8-jdk",
- "openjdk-11-jdk"
+ "openjdk-11-jdk",
+ "openjdk-17-jdk"
]
},
"pinentry-curses": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]