From 2592b3fa1a4469a60879a2a2bd953d9048fa66fe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 15 Nov 2021 22:58:23 +0000 Subject: [PATCH] 3.2.0-debian-10-r21 release --- bitnami/spark/3/debian-10/Dockerfile | 2 +- bitnami/spark/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/spark/3/debian-10/Dockerfile b/bitnami/spark/3/debian-10/Dockerfile index dc176c128e5f..d2a549ff80cc 100644 --- a/bitnami/spark/3/debian-10/Dockerfile +++ b/bitnami/spark/3/debian-10/Dockerfile @@ -22,7 +22,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/spark/postunpack.sh RUN /opt/bitnami/scripts/java/postunpack.sh ENV BITNAMI_APP_NAME="spark" \ - BITNAMI_IMAGE_VERSION="3.2.0-debian-10-r20" \ + BITNAMI_IMAGE_VERSION="3.2.0-debian-10-r21" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/spark/venv/lib/python3.6/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 070b0bf07f24..2daf0c120106 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -6,6 +6,8 @@ [Overview of Spark](https://spark.apache.org/) +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ### Docker Compose @@ -43,7 +45,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-10`, `3.2.0`, `3.2.0-debian-10-r20`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r20/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.2.0`, `3.2.0-debian-10-r21`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r21/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).