diff --git a/bitnami/spark/3/debian-10/Dockerfile b/bitnami/spark/3/debian-10/Dockerfile index b6361a94f02f..b11a4268e6b8 100644 --- a/bitnami/spark/3/debian-10/Dockerfile +++ b/bitnami/spark/3/debian-10/Dockerfile @@ -16,13 +16,15 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.312-1" --checksum 2699ce844c410513ef7fd7180c2a0a6e4c740581a4a999ab5e3bed6bbe8be3bc RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.2.0-5" --checksum 0a994ea4bca858fc5603e35861d86209e3838a48ad3b5bd1ed4b32854f060653 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami 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-r73" \ + BITNAMI_IMAGE_VERSION="3.2.0-debian-10-r74" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/spark/venv/lib/python3.8/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 19c4c2bfbf68..4251c6cee3c8 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -45,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-r73`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r73/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.2.0`, `3.2.0-debian-10-r74`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r74/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).