2.4.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-02-09 22:56:22 +00:00
parent e42065361d
commit 60c6c14bb5
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ COPY prebuildfs /
RUN install_packages ca-certificates curl libbz2-1.0 libc6 libffi6 libgcc1 libncursesw6 libnss-wrapper libreadline7 libsqlite3-0 libssl1.1 libtinfo6 locales procps sudo unzip zlib1g
RUN . ./libcomponent.sh && component_unpack "python" "3.6.10-0" --checksum 64172bd89338173a279f7a459b4fd0f1d630b18035bc73bab9dfc45ac2cfbe98
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
RUN . ./libcomponent.sh && component_unpack "spark" "2.4.4-0" --checksum 17b4a2af913328f48cb0cd323b570387e3bb7264939838461f0aac3bc74df423
RUN . ./libcomponent.sh && component_unpack "spark" "2.4.5-0" --checksum c771475b2cba1d2b4a511a121efe66bd4d3bde3183c03e22aa386b5dd053f140
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN /build/install-gosu.sh
@ -19,7 +19,7 @@ RUN /build/install-gosu.sh
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="spark" \
BITNAMI_IMAGE_VERSION="2.4.4-debian-10-r13" \
BITNAMI_IMAGE_VERSION="2.4.5-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \
NSS_WRAPPER_GROUP="/opt/bitnami/spark/tmp/nss_group" \
NSS_WRAPPER_PASSWD="/opt/bitnami/spark/tmp/nss_passwd" \

View File

@ -43,7 +43,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/containers/how-to/understand-rolling-tags-containers/).
* [`2-debian-10`, `2.4.4-debian-10-r13`, `2`, `2.4.4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.4-debian-10-r13/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.4.5-debian-10-r0`, `2`, `2.4.5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).