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 e80b65c7424e [SPARK-54829][PYTHON][INFRA][FOLLOW-UP] Also refresh pypy
images
e80b65c7424e is described below
commit e80b65c7424eec0da9adc170ae5870571a8e2156
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Dec 25 11:45:12 2025 +0800
[SPARK-54829][PYTHON][INFRA][FOLLOW-UP] Also refresh pypy images
### What changes were proposed in this pull request?
Also refresh pypy images
### Why are the changes needed?
to test against latest numpy
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
will monitor the scheduled jobs
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #53602 from zhengruifeng/pypy_numpy_24.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
dev/spark-test-image/pypy-310/Dockerfile | 2 +-
dev/spark-test-image/pypy-311/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/spark-test-image/pypy-310/Dockerfile
b/dev/spark-test-image/pypy-310/Dockerfile
index c8672fc0ec06..f3c45c3b08e5 100644
--- a/dev/spark-test-image/pypy-310/Dockerfile
+++ b/dev/spark-test-image/pypy-310/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=20241212
+ENV FULL_REFRESH_DATE=20251224
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
diff --git a/dev/spark-test-image/pypy-311/Dockerfile
b/dev/spark-test-image/pypy-311/Dockerfile
index 120e7303851b..4188c8145158 100644
--- a/dev/spark-test-image/pypy-311/Dockerfile
+++ b/dev/spark-test-image/pypy-311/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=20251106
+ENV FULL_REFRESH_DATE=20251224
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]