This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new f1180b97126 HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#7226) (#7240) Contributed by Cheng Pan. f1180b97126 is described below commit f1180b97126b89e82d540032dc308fd42191c1e1 Author: Cheng Pan <cheng...@apache.org> AuthorDate: Wed Dec 25 16:37:36 2024 +0800 HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#7226) (#7240) Contributed by Cheng Pan. Signed-off-by: Shilun Fan <slfan1...@apache.org> --- 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: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org