[bitnami/spark] Release 3.3.1-debian-11-r0 (#11923)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c7e1941ef9
commit
5cf42f939d
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.3.0-debian-11-r44" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spark" \
|
||||
org.opencontainers.image.title="spark" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.3.0"
|
||||
org.opencontainers.image.version="3.3.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"python-3.8.15-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.352-1-linux-${OS_ARCH}-debian-11" \
|
||||
"spark-3.3.0-8-linux-${OS_ARCH}-debian-11" \
|
||||
"spark-3.3.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -47,7 +47,7 @@ RUN chown -R 1001:root /opt/bitnami/spark
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/spark/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="3.3.0" \
|
||||
ENV APP_VERSION="3.3.1" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"spark": {
|
||||
"arch": "amd64",
|
||||
"digest": "8600a90f71eb50d5a20fc877ec298383f1b5382dc7760dc0a88293dcf966c772",
|
||||
"digest": "aa39bf95bf980f2a0c42c0fa0a804176cd8b07343aca8ab24e5b1c7020f3816d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.0-8"
|
||||
"version": "3.3.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3.3"
|
||||
- "3.3-debian-11"
|
||||
- "3.3.0"
|
||||
- "3.3.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue