3.2.0-debian-10-r85 release

This commit is contained in:
Bitnami Bot
2022-01-25 03:09:04 +00:00
parent 3ece6e6eca
commit 52617788f4
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-1" --checksum 064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.2.0-6" --checksum 8a4c5ea102febd957fb594ebd63ad7b6ff02dd079191a655026522c8ce01d097
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.2.0-7" --checksum 03156ef67b1122884e198a65d58654f3db8d0c487c680e8fcd14fa1965710eb9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -24,7 +24,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-r84" \
BITNAMI_IMAGE_VERSION="3.2.0-debian-10-r85" \
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" \

View File

@@ -22,9 +22,9 @@
},
"spark": {
"arch": "amd64",
"digest": "8a4c5ea102febd957fb594ebd63ad7b6ff02dd079191a655026522c8ce01d097",
"digest": "03156ef67b1122884e198a65d58654f3db8d0c487c680e8fcd14fa1965710eb9",
"distro": "debian-10",
"type": "NAMI",
"version": "3.2.0-6"
"version": "3.2.0-7"
}
}

View File

@@ -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-r84`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r84/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.2.0`, `3.2.0-debian-10-r85`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.0-debian-10-r85/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).