2.4.4-debian-9-r0 release

This commit is contained in:
Bitnami Bot
2019-09-05 15:39:13 +00:00
parent f411c8d2e7
commit e72f33ef66
2 changed files with 3 additions and 3 deletions

View File

@@ -10,12 +10,12 @@ ENV HOME="/" \
RUN install_packages libbz2-1.0 libc6 libffi6 libgcc1 libncurses5 libnss-wrapper libreadline7 libsqlite3-0 libssl1.1 libtinfo5 locales zlib1g
RUN . ./libcomponent.sh && component_unpack "python" "3.6.9-0" --checksum a3303f1de534403d1c1286b3f16a8052d48a06dbb7bf1cf004c7bd9db1b57873
RUN . ./libcomponent.sh && component_unpack "java" "1.8.222-0" --checksum e5a677e160c01cd605bc6aae75cc937d4b2d37514b3e1d0a1dd2d332422e68c7
RUN . ./libcomponent.sh && component_unpack "spark" "2.4.3-0" --checksum c2042b8676d7559a9eccb68b6c1f13f33b054147cb07e65900e81e417f9557dc
RUN . ./libcomponent.sh && component_unpack "spark" "2.4.4-0" --checksum cc74cae6c0813dffdd2c0e6e01d4a67edde1122b2f2db3ccc36f6b087a021013
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="spark" \
BITNAMI_IMAGE_VERSION="2.4.3-debian-9-r81" \
BITNAMI_IMAGE_VERSION="2.4.4-debian-9-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-9`, `2.4.3-debian-9-r81`, `2`, `2.4.3`, `2.4.3-r81`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.3-debian-9-r81/2/debian-9/Dockerfile)
* [`2-debian-9`, `2.4.4-debian-9-r0`, `2`, `2.4.4`, `2.4.4-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.4-debian-9-r0/2/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).