slfan1989 commented on code in PR #8257:
URL: https://github.com/apache/hadoop/pull/8257#discussion_r2838716388


##########
dev-support/docker/pkg-resolver/packages.json:
##########
@@ -125,41 +70,21 @@
       "curl",
       "libcurl4-openssl-dev"
     ],
-    "ubuntu:focal::arch64": [
-      "curl",
-      "libcurl4-openssl-dev"
-    ],
     "rockylinux:8": [
       "curl",
       "libcurl-devel"
     ]
   },
   "doxygen": {
-    "debian:11": "doxygen",
-    "debian:12": "doxygen",
     "debian:13": "doxygen",
-    "ubuntu:focal": "doxygen",
     "ubuntu:noble": "doxygen",
-    "ubuntu:noble::arch64": "doxygen",
-    "ubuntu:focal::arch64": "doxygen"
+    "ubuntu:noble::arch64": "doxygen"
   },
   "dnf": {
     "rockylinux:8": "dnf"
   },
   "fuse": {
-    "debian:11": [
-      "fuse",
-      "libfuse-dev"
-    ],
-    "debian:12": [
-      "fuse3",
-      "libfuse3-dev"
-    ],
     "debian:13": [
-      "fuse3",
-      "libfuse3-dev"

Review Comment:
   These two PRs (HADOOP-19659: upgrading the build-environment Dockerfile from 
Debian 10 to 11; HADOOP-19709: adding Debian 12/13 as build platforms and 
making JDK 17 the default) were both merged within the last six months.
   
   - HADOOP-19659. Upgrade Debian 10 to 11 in build env Dockerfile (#7898) 
Contributed by Cheng Pan. - 2025-09-01 
   - HADOOP-19709. [JDK17] Add debian:12 and debian:13 as a build platform with 
JDK-17 as default (#8001) Contributed by Vinayakumar B.  - 2025-10-22



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to