diff --git a/bitnami/spark/3/debian-11/Dockerfile b/bitnami/spark/3/debian-11/Dockerfile index c80d998fc025..958699a7d055 100644 --- a/bitnami/spark/3/debian-11/Dockerfile +++ b/bitnami/spark/3/debian-11/Dockerfile @@ -12,13 +12,14 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-1" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-2" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.333-0" --checksum 02a91d298bbe3bb5d240f635802a50b2970b19eba960c1804b7275f88a944bb3 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.2.1-0" --checksum b5d35eb7ab1e078e598eed9b5c237ccd86f91400f1462229f2e5a611f55e0268 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami +RUN chown -R 1001:1001 /opt/bitnami/spark COPY rootfs / RUN /opt/bitnami/scripts/spark/postunpack.sh diff --git a/bitnami/spark/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/spark/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 7f1abc94b11b..6e0bc00ec6c9 100644 --- a/bitnami/spark/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/spark/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -18,7 +18,7 @@ "digest": "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-1" + "version": "3.8.13-2" }, "spark": { "arch": "amd64", diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index 22e39d87cf02..f1d319a5e9eb 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -26,13 +26,13 @@ You can find the available configuration options in the [Environment Variables]( * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. * All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. -* Bitnami container images are released daily with the latest distribution packages available. +* Bitnami container images are released on a regular basis with the latest distribution packages available. ## How to deploy Apache Spark in Kubernetes? Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Apache Spark Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/spark). -Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters. ## Why use a non-root container? @@ -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/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-11`, `3.2.1`, `3.2.1-debian-11-r0`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-11-r0/3/debian-11/Dockerfile) +* [`3`, `3-debian-11`, `3.2.1`, `3.2.1-debian-11-r1`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-11-r1/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).