From d75d011b4e87f51df66af18e3573730160ce14d1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 23 Jun 2026 08:53:01 +0000 Subject: [PATCH] Update docker.io/apache/spark Docker tag to v3.5.8 --- plugins/spark/v3.5/getting-started/notebooks/Dockerfile | 2 +- plugins/spark/v3.5/regtests/Dockerfile | 2 +- regtests/Dockerfile | 2 +- site/content/guides/spark/notebooks/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/spark/v3.5/getting-started/notebooks/Dockerfile b/plugins/spark/v3.5/getting-started/notebooks/Dockerfile index aed50285a67..ed3406b2452 100644 --- a/plugins/spark/v3.5/getting-started/notebooks/Dockerfile +++ b/plugins/spark/v3.5/getting-started/notebooks/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \ PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages" diff --git a/plugins/spark/v3.5/regtests/Dockerfile b/plugins/spark/v3.5/regtests/Dockerfile index 5c4c480f204..cd2ac1848d5 100755 --- a/plugins/spark/v3.5/regtests/Dockerfile +++ b/plugins/spark/v3.5/regtests/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ARG POLARIS_HOST=polaris \ CURRENT_SCALA_VERSION=2.12 diff --git a/regtests/Dockerfile b/regtests/Dockerfile index cff9d58ac64..d2b38075077 100644 --- a/regtests/Dockerfile +++ b/regtests/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17-python3 +FROM docker.io/apache/spark:3.5.8-java17-python3 ARG POLARIS_HOST=polaris diff --git a/site/content/guides/spark/notebooks/Dockerfile b/site/content/guides/spark/notebooks/Dockerfile index 1153cd49636..97caea16adc 100644 --- a/site/content/guides/spark/notebooks/Dockerfile +++ b/site/content/guides/spark/notebooks/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \ PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages"