Skip to content

Commit e80b65c

Browse files
committed
[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]>
1 parent 7d61638 commit e80b65c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/spark-test-image/pypy-310/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525
LABEL org.opencontainers.image.version=""
2626

27-
ENV FULL_REFRESH_DATE=20241212
27+
ENV FULL_REFRESH_DATE=20251224
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DEBCONF_NONINTERACTIVE_SEEN=true

dev/spark-test-image/pypy-311/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
2424
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525
LABEL org.opencontainers.image.version=""
2626

27-
ENV FULL_REFRESH_DATE=20251106
27+
ENV FULL_REFRESH_DATE=20251224
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DEBCONF_NONINTERACTIVE_SEEN=true

0 commit comments

Comments
 (0)