This is an automated email from the ASF dual-hosted git repository.

cnauroth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0765e279abc HADOOP-19799: Ubuntu 24 images cannot build full release 
docs
0765e279abc is described below

commit 0765e279abc3696dd566c82860f99d515a625ad7
Author: Chris Nauroth <[email protected]>
AuthorDate: Mon Feb 2 17:39:55 2026 +0000

    HADOOP-19799: Ubuntu 24 images cannot build full release docs
    
    Closes #8223
    
    Signed-off-by: Akira Ajisaka <[email protected]>
    Signed-off-by: Shilun Fan <[email protected]>
---
 dev-support/docker/Dockerfile_ubuntu_24         | 2 +-
 dev-support/docker/Dockerfile_ubuntu_24_aarch64 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/docker/Dockerfile_ubuntu_24 
b/dev-support/docker/Dockerfile_ubuntu_24
index 0f23a61745d..3223cd87bdc 100644
--- a/dev-support/docker/Dockerfile_ubuntu_24
+++ b/dev-support/docker/Dockerfile_ubuntu_24
@@ -45,7 +45,7 @@ RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
 # hadolint ignore=DL3008,SC2046
 RUN apt-get -q update \
     && apt-get -q install -y --no-install-recommends wget apt-transport-https 
gpg gpg-agent gawk ca-certificates \
-    && apt-get -q install -y --no-install-recommends python3 \
+    && apt-get -q install -y --no-install-recommends python3 pylint 
python3-dateutil \
     && echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= 
'/^VERSION_CODENAME/{print$2}' /etc/os-release) main" > 
/etc/apt/sources.list.d/adoptium.list \
     && wget -q -O - 
https://packages.adoptium.net/artifactory/api/gpg/key/public > 
/etc/apt/trusted.gpg.d/adoptium.asc  \
     && apt-get -q update \
diff --git a/dev-support/docker/Dockerfile_ubuntu_24_aarch64 
b/dev-support/docker/Dockerfile_ubuntu_24_aarch64
index 9b44d784338..7519ce3281b 100644
--- a/dev-support/docker/Dockerfile_ubuntu_24_aarch64
+++ b/dev-support/docker/Dockerfile_ubuntu_24_aarch64
@@ -45,7 +45,7 @@ RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
 # hadolint ignore=DL3008,SC2046
 RUN apt-get -q update \
     && apt-get -q install -y --no-install-recommends wget apt-transport-https 
gpg gpg-agent gawk ca-certificates \
-    && apt-get -q install -y --no-install-recommends python3 \
+    && apt-get -q install -y --no-install-recommends python3 pylint 
python3-dateutil \
     && echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= 
'/^VERSION_CODENAME/{print$2}' /etc/os-release) main" > 
/etc/apt/sources.list.d/adoptium.list \
     && wget -q -O - 
https://packages.adoptium.net/artifactory/api/gpg/key/public > 
/etc/apt/trusted.gpg.d/adoptium.asc  \
     && apt-get -q update \


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

Reply via email to