From ddda16d21555aff4ea00606d680ab1a25074bca2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Mar 2026 10:52:07 +0100 Subject: [PATCH] [bitnami/spark] Release 4.1.1-debian-12-r9 (#91723) Signed-off-by: Bitnami Bot --- bitnami/spark/4.1/debian-12/Dockerfile | 6 +++--- bitnami/spark/README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bitnami/spark/4.1/debian-12/Dockerfile b/bitnami/spark/4.1/debian-12/Dockerfile index 8f3844eb3ff6..867106cc1859 100644 --- a/bitnami/spark/4.1/debian-12/Dockerfile +++ b/bitnami/spark/4.1/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-12T15:05:31Z" \ + org.opencontainers.image.created="2026-03-19T08:58:06Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/spark/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spark" \ @@ -33,7 +33,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \ "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ "jre-17.0.18-10-1-linux-${OS_ARCH}-debian-12" \ - "spark-4.1.1-3-linux-${OS_ARCH}-debian-12" \ + "spark-4.1.1-4-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -56,7 +56,7 @@ RUN /opt/bitnami/scripts/spark/postunpack.sh RUN /opt/bitnami/scripts/java/postunpack.sh ENV APP_VERSION="4.1.1" \ BITNAMI_APP_NAME="spark" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="9" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib:/opt/bitnami/spark/venv/lib/python3.12/site-packages/numpy.libs:$LD_LIBRARY_PATH" \ LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index ca903b510ca5..0798c10ea072 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -213,6 +213,7 @@ $ pyspark The Bitnami Apache Spark Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. +- `JAVA_TOOL_OPTIONS`: controls Java FIPS mode. Use `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.restricted` (restricted), `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.relaxed` (relaxed), or `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.original` (off). ## Logging