Skip to content

Commit

Permalink
HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#…
Browse files Browse the repository at this point in the history
…7226) Contributed by Cheng Pan.

Reviewed-by: Attila Doroszlai <[email protected]>
Reviewed-by: Shilun Fan <[email protected]>
  • Loading branch information
pan3793 authored Dec 18, 2024
1 parent 6264556 commit 5fe4f13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-support/docker/pkg-resolver/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5fe4f13

Please sign in to comment.