diff --git a/bitnami/spark/2/debian-9/Dockerfile b/bitnami/spark/2/debian-9/Dockerfile index 7a84d4bbaabe..4e9d25ed2adc 100644 --- a/bitnami/spark/2/debian-9/Dockerfile +++ b/bitnami/spark/2/debian-9/Dockerfile @@ -8,14 +8,14 @@ ENV HOME="/" \ # Install required system packages and dependencies 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.4-0" --checksum cc74cae6c0813dffdd2c0e6e01d4a67edde1122b2f2db3ccc36f6b087a021013 +RUN . ./libcomponent.sh && component_unpack "python" "3.6.9-1" --checksum 16bf895318d5581937b3b5e73b55d7c7180a8ef42af8d0a8d4dd010bd0a0408d +RUN . ./libcomponent.sh && component_unpack "java" "1.8.222-1" --checksum 373c9f3d2943b9ff653fc0e7c69b1d54a75807726691a09190648808500b8253 +RUN . ./libcomponent.sh && component_unpack "spark" "2.4.4-1" --checksum c1cd12976aea9700ffb19413f478946982bcd0e350b71729c914813dd0671440 COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="spark" \ - BITNAMI_IMAGE_VERSION="2.4.4-debian-9-r13" \ + BITNAMI_IMAGE_VERSION="2.4.4-debian-9-r14" \ JAVA_HOME="/opt/bitnami/java" \ NSS_WRAPPER_GROUP="/opt/bitnami/spark/tmp/nss_group" \ NSS_WRAPPER_PASSWD="/opt/bitnami/spark/tmp/nss_passwd" \ diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index ed3e901d36f1..3297b2791445 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -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.4-debian-9-r13`, `2`, `2.4.4`, `2.4.4-r13`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.4-debian-9-r13/2/debian-9/Dockerfile) +* [`2-debian-9`, `2.4.4-debian-9-r14`, `2`, `2.4.4`, `2.4.4-r14`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/2.4.4-debian-9-r14/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).