mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/spark] Release 3.2.4-debian-11-r0 (#30192)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,13 +4,13 @@ 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-04-10T23:05:03Z" \
|
||||
org.opencontainers.image.created="2023-04-13T19:43:14Z" \
|
||||
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-r42" \
|
||||
org.opencontainers.image.ref.name="3.2.4-debian-11-r0" \
|
||||
org.opencontainers.image.title="spark" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.2.3"
|
||||
org.opencontainers.image.version="3.2.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.9.16-9-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.18-10-4-linux-${OS_ARCH}-debian-11" \
|
||||
"spark-3.2.3-12-linux-${OS_ARCH}-debian-11" \
|
||||
"spark-3.2.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -47,7 +47,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/spark/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="3.2.3" \
|
||||
ENV APP_VERSION="3.2.4" \
|
||||
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" \
|
||||
|
||||
@@ -21,6 +21,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.3-12"
|
||||
"version": "3.2.4-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "3.2"
|
||||
- 3.2-debian-11
|
||||
- 3.2.3
|
||||
- 3.2.4
|
||||
|
||||
Reference in New Issue
Block a user