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

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 7011706a0a8d [SPARK-55188][PYTHON][INFRA] Remove unused packages from 
python 3.14 test images
7011706a0a8d is described below

commit 7011706a0a8dbec6adb5b5b121921b29b314335f
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Jan 27 08:30:41 2026 +0800

    [SPARK-55188][PYTHON][INFRA] Remove unused packages from python 3.14 test 
images
    
    ### What changes were proposed in this pull request?
    Remove unused packages from python 3.14 test images
    
    ### Why are the changes needed?
    for more disk space
    
    ### Does this PR introduce _any_ user-facing change?
    No, infra-only
    
    ### How was this patch tested?
    PR builder with
    
    ```
    default: '{"PYSPARK_IMAGE_TO_TEST": "python-314", "PYTHON_TO_TEST": 
"python3.14"}'
    ```
    
    https://github.com/zhengruifeng/spark/actions/runs/21345525403
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #53970 from zhengruifeng/image_clean_up_314.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 dev/spark-test-image/python-314/Dockerfile | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev/spark-test-image/python-314/Dockerfile 
b/dev/spark-test-image/python-314/Dockerfile
index 22d4daf308bb..8644df708ec6 100644
--- a/dev/spark-test-image/python-314/Dockerfile
+++ b/dev/spark-test-image/python-314/Dockerfile
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra 
Image For PySpark wi
 # Overwrite this label to avoid exposing the underlying Ubuntu OS version label
 LABEL org.opencontainers.image.version=""
 
-ENV FULL_REFRESH_DATE=20251224
+ENV FULL_REFRESH_DATE=20260124
 
 ENV DEBIAN_FRONTEND=noninteractive
 ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -36,27 +36,14 @@ RUN apt-get update && apt-get install -y \
     gfortran \
     git \
     gnupg \
-    libcurl4-openssl-dev \
-    libfontconfig1-dev \
-    libfreetype6-dev \
-    libfribidi-dev \
     libgit2-dev \
-    libharfbuzz-dev \
-    libjpeg-dev \
     liblapack-dev \
     libopenblas-dev \
-    libpng-dev \
-    libpython3-dev \
     libssl-dev \
-    libtiff5-dev \
-    libwebp-dev \
-    libxml2-dev \
     openjdk-17-jdk-headless \
     pkg-config \
-    qpdf \
     tzdata \
     software-properties-common \
-    wget \
     zlib1g-dev
 
 # Install Python 3.14


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

Reply via email to