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
commit 0d00b7885f91087aa8e6bc6a814a495d0157cf6d Author: Cheng Pan <[email protected]> AuthorDate: Fri Sep 5 14:54:36 2025 +0800 HADOOP-19661. (Follow-up) Install missing deps for Rocky Linux 8 docker image (#7931) Contributed by Cheng Pan. * HADOOP-19661. (Follow-up) Install missing deps for Rocky Linux 8 docker image Reviewed-by: Shilun Fan <[email protected]> Signed-off-by: Shilun Fan <[email protected]> --- dev-support/docker/pkg-resolver/packages.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-support/docker/pkg-resolver/packages.json b/dev-support/docker/pkg-resolver/packages.json index 452ed015c32..08b5cb6607e 100644 --- a/dev-support/docker/pkg-resolver/packages.json +++ b/dev-support/docker/pkg-resolver/packages.json @@ -23,7 +23,8 @@ "debian:11": "bats", "ubuntu:focal": "bats", "ubuntu:noble": "bats", - "ubuntu:focal::arch64": "bats" + "ubuntu:focal::arch64": "bats", + "rockylinux:8": "bats" }, "build-essential": { "debian:11": "build-essential", @@ -179,7 +180,7 @@ "rockylinux:8": "openssl-devel" }, "perl": { - "rockylinux:7": [ + "rockylinux:8": [ "perl-CPAN", "perl-devel" ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
