3.3.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-22 12:34:11 +00:00 committed by Bitnami Containers
parent dfb823b19c
commit c3b79105c9
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,4 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
@ -14,7 +12,7 @@ COPY prebuildfs /
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-150" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.333-150" --checksum 02a91d298bbe3bb5d240f635802a50b2970b19eba960c1804b7275f88a944bb3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.2.1-150" --checksum b5d35eb7ab1e078e598eed9b5c237ccd86f91400f1462229f2e5a611f55e0268
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.3.0-0" --checksum a256d6137a653221d77afc294824b5fe7cf59a8762ad793a1a6c37c00b5e1772
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -24,7 +22,7 @@ RUN chown -R 1001:1001 /opt/bitnami/spark
COPY rootfs /
RUN /opt/bitnami/scripts/spark/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV APP_VERSION="3.2.1" \
ENV APP_VERSION="3.3.0" \
BITNAMI_APP_NAME="spark" \
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" \

View File

@ -22,9 +22,9 @@
},
"spark": {
"arch": "amd64",
"digest": "b5d35eb7ab1e078e598eed9b5c237ccd86f91400f1462229f2e5a611f55e0268",
"digest": "a256d6137a653221d77afc294824b5fe7cf59a8762ad793a1a6c37c00b5e1772",
"distro": "debian-11",
"type": "NAMI",
"version": "3.2.1-150"
"version": "3.3.0-0"
}
}

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/tutorials/understand-rolling-tags-containers/).
* [`3`, `3-debian-11`, `3.2.1`, `3.2.1-debian-11-r6`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-11-r6/3/debian-11/Dockerfile)
* [`3`, `3-debian-11`, `3.3.0`, `3.3.0-debian-11-r0`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.3.0-debian-11-r0/3/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark).