Skip to content

Commit 5fe4f13

Browse files
authored
HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#7226) Contributed by Cheng Pan.
Reviewed-by: Attila Doroszlai <adoroszlai@apache.org> Reviewed-by: Shilun Fan <slfan1989@apache.org>
1 parent 6264556 commit 5fe4f13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev-support/docker/pkg-resolver/packages.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,13 @@
261261
"debian:10": "openjdk-11-jdk",
262262
"ubuntu:focal": [
263263
"openjdk-8-jdk",
264-
"openjdk-11-jdk"
264+
"openjdk-11-jdk",
265+
"openjdk-17-jdk"
265266
],
266267
"ubuntu:focal::arch64": [
267268
"openjdk-8-jdk",
268-
"openjdk-11-jdk"
269+
"openjdk-11-jdk",
270+
"openjdk-17-jdk"
269271
]
270272
},
271273
"pinentry-curses": {

0 commit comments

Comments
 (0)