Skip to content

Commit 937ff09

Browse files
committed
[SPARK-51631][PYTHON][INFRA] Refresh docker images for minimum versions
### What changes were proposed in this pull request? - Refresh docker images for minimum versions - Add missing path in `build_infra_images_cache` ### Why are the changes needed? infra-only ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes #50429 from zhengruifeng/infra_refresh_minimum_images. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 0528ac7 commit 937ff09

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build_infra_images_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ on:
3030
- 'dev/spark-test-image/docs/Dockerfile'
3131
- 'dev/spark-test-image/lint/Dockerfile'
3232
- 'dev/spark-test-image/sparkr/Dockerfile'
33+
- 'dev/spark-test-image/python-minimum/Dockerfile'
34+
- 'dev/spark-test-image/python-ps-minimum/Dockerfile'
3335
- 'dev/spark-test-image/pypy-310/Dockerfile'
3436
- 'dev/spark-test-image/python-309/Dockerfile'
3537
- 'dev/spark-test-image/python-310/Dockerfile'

dev/spark-test-image/python-minimum/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=20241223
27+
ENV FULL_REFRESH_DATE=20250327
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DEBCONF_NONINTERACTIVE_SEEN=true

dev/spark-test-image/python-ps-minimum/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 Pandas API
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=20250102
27+
ENV FULL_REFRESH_DATE=20250327
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DEBCONF_NONINTERACTIVE_SEEN=true

0 commit comments

Comments
 (0)