[bitnami/spark] Release 3.3.1-debian-11-r5 (#13215)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5e227157a2
commit
af6ed8b61c
|
|
@ -5,7 +5,7 @@ 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.1-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spark" \
|
||||
org.opencontainers.image.title="spark" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"spark-3.3.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"spark": {
|
||||
"arch": "amd64",
|
||||
"digest": "aa39bf95bf980f2a0c42c0fa0a804176cd8b07343aca8ab24e5b1c7020f3816d",
|
||||
"digest": "77a1002ce641de9f9ff5141fa9dd43bec9d147353b54458c858f936219aa2493",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.1-0"
|
||||
"version": "3.3.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -340,6 +340,10 @@ $ docker-compose up spark
|
|||
|
||||
- This image now has an aws-cli and two jars: hadoop-aws and aws-java-sdk for provide an easier way to use AWS.
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
Apache Spark's branch 3.1 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 12-09-2022
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
|
|
|||
Loading…
Reference in New Issue