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


##########
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:
   I’m a bit confused—why do we need to remove Debian 12 when its LTS doesn’t 
expire until after June 30, 2028?
   
   https://www.debian.org/releases/bookworm/



-- 
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