[bitnami/spark] Release 3.2.3-debian-11-r27 (#24427)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 20:12:26 +01:00
committed by GitHub
parent 6d2878d8c7
commit f53555cb1e
3 changed files with 17 additions and 17 deletions

View File

@@ -3,11 +3,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T18:17:31Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.2.3-debian-11-r26" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spark" \
org.opencontainers.image.ref.name="3.2.3-debian-11-r27" \
org.opencontainers.image.title="spark" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.2.3"
@@ -24,10 +24,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbz2-1.0 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 zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.8.16-3-linux-${OS_ARCH}-debian-11" \
"java-1.8.362-0-linux-${OS_ARCH}-debian-11" \
"spark-3.2.3-6-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
"python-3.8.16-4-linux-${OS_ARCH}-debian-11" \
"java-1.8.362-1-linux-${OS_ARCH}-debian-11" \
"spark-3.2.3-7-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,30 +1,30 @@
{
"gosu": {
"arch": "amd64",
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
"digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.0-1"
"version": "1.16.0-2"
},
"java": {
"arch": "amd64",
"digest": "19976426bb1d50974588dbe1fece1d8e54dc9932d15dd6b81b37fdf2c8307495",
"digest": "5bd5372669617e425c32344e8ce1558d9402474acf2c7ed8ccd54c3fbcca7ce1",
"distro": "debian-11",
"type": "NAMI",
"version": "1.8.362-0"
"version": "1.8.362-1"
},
"python": {
"arch": "amd64",
"digest": "fbe5cb1a19ecccf616d2e97c130e7dae06537494bdcc3ead8b9e98054fb4a6f9",
"digest": "100f7d546cffcd034bcced74a0fa87b5771c4109945a6ae616b53d0ec13d7881",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.16-3"
"version": "3.8.16-4"
},
"spark": {
"arch": "amd64",
"digest": "5341874506c9db74f87b0b73a2438420ed0e6c591a8e6e873fa53e13a8fb84b0",
"digest": "2d6678b63a37327486fdecd1dec6be4883d2f733bd4e99f1bc7ea05cd1590426",
"distro": "debian-11",
"type": "NAMI",
"version": "3.2.3-6"
"version": "3.2.3-7"
}
}

View File

@@ -195,7 +195,7 @@ RUN curl https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.11.7
In a similar way that in the previous section, you may want to use a different version of Hadoop jars.
Go to <https://spark.apache.org/downloads.html> and copy the download url bundling the Hadoop version you want and matching the Apache Spark version of the container. Extend the Bitnami container image as below:
Go to https://spark.apache.org/downloads.html and copy the download url bundling the Hadoop version you want and matching the Apache Spark version of the container. Extend the Bitnami container image as below:
```Dockerfile
FROM bitnami/spark:3.0.0