This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 2881ca34b810 [SPARK-48239][INFRA][FOLLOWUP] Update the release docker
image to follow what we use in Github Action jobs
2881ca34b810 is described below
commit 2881ca34b8104662f99519a4059e58f042715dc5
Author: Wenchen Fan <[email protected]>
AuthorDate: Mon Feb 10 10:57:35 2025 +0800
[SPARK-48239][INFRA][FOLLOWUP] Update the release docker image to follow
what we use in Github Action jobs
### What changes were proposed in this pull request?
This is a followup of https://github.com/apache/spark/pull/46534 , just to
do the same thing again, to fix the SparkR doc building.
### Why are the changes needed?
unblock 4.0 rc1 cut
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
manual test with dry-run mode
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #49851 from cloud-fan/release.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit 59a6ca5bdd45610211914de66ef5495feea57858)
Signed-off-by: Wenchen Fan <[email protected]>
---
dev/create-release/spark-rm/Dockerfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev/create-release/spark-rm/Dockerfile
b/dev/create-release/spark-rm/Dockerfile
index 7b97aba21205..bbf10755e840 100644
--- a/dev/create-release/spark-rm/Dockerfile
+++ b/dev/create-release/spark-rm/Dockerfile
@@ -16,14 +16,14 @@
#
# Image for building Spark releases. Based on Ubuntu 22.04.
-FROM ubuntu:jammy-20240227
+FROM ubuntu:jammy-20240911.1
LABEL org.opencontainers.image.authors="Apache Spark project
<[email protected]>"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.ref.name="Apache Spark Release Manager Image"
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
LABEL org.opencontainers.image.version=""
-ENV FULL_REFRESH_DATE=20240318
+ENV FULL_REFRESH_DATE=20241119
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -100,9 +100,9 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.2.3' scipy coverage
matplotlib lxml
-ARG BASIC_PIP_PKGS="numpy pyarrow>=15.0.0 six==1.16.0 pandas==2.2.3 scipy
plotly>=4.8 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0
scikit-learn>=1.3.2 twine==3.4.1"
+ARG BASIC_PIP_PKGS="numpy pyarrow>=18.0.0 six==1.16.0 pandas==2.2.3 scipy
plotly>=4.8 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0
scikit-learn>=1.3.2 twine==3.4.1"
# Python deps for Spark Connect
-ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1
googleapis-common-protos==1.65.0"
+ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1
googleapis-common-protos==1.65.0 graphviz==0.20.3"
# Install Python 3.10 packages
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]