[bitnami/spark] Release 3.3.2-debian-11-r29 (#34391)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-18 12:53:39 +01:00
committed by GitHub
parent 69c9839b5d
commit 8a83b5fa2f
2 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-16T23:22:46Z" \
org.opencontainers.image.created="2023-05-18T11:09:13Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.3.2-debian-11-r28" \
org.opencontainers.image.ref.name="3.3.2-debian-11-r29" \
org.opencontainers.image.title="spark" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.3.2"
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.9.16-12-linux-${OS_ARCH}-debian-11" \
"java-17.0.7-7-1-linux-${OS_ARCH}-debian-11" \
"spark-3.3.2-7-linux-${OS_ARCH}-debian-11" \
"spark-3.3.2-8-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -15,6 +15,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.3.2-7"
"version": "3.3.2-8"
}
}