[bitnami/spark] Release 4.0.0-debian-12-r2 (#83178)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-11 10:43:39 +02:00
committed by GitHub
parent ffc1340267
commit 6ddafb0b5e
4 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-07-06T13:02:04Z" \
org.opencontainers.image.created="2025-07-11T08:09:41Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/spark/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spark" \
@@ -33,7 +33,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"python-3.12.11-3-linux-${OS_ARCH}-debian-12" \
"jre-17.0.15-10-0-linux-${OS_ARCH}-debian-12" \
"spark-4.0.0-0-linux-${OS_ARCH}-debian-12" \
"spark-4.0.0-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -15,6 +15,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "4.0.0-0"
"version": "4.0.0-1"
}
}

View File

@@ -1,4 +0,0 @@
rolling-tags:
- "4.0"
- 4.0-debian-12
- 4.0.0

View File

@@ -358,13 +358,17 @@ docker-compose up spark
## Notable Changes
### 4.0.0-debian-10-r2
* The container image was updated to use `hadoop-aws` `3.4.x` and `aws-java-sdk` was removed. If you want to use a different version, please read [Using a different version of Hadoop jars](#using-a-different-version-of-hadoop-jars).
### 3.0.0-debian-10-r44
* The container image was updated to use Hadoop `3.2.x`. If you want to use a different version, please read [Using a different version of Hadoop jars](#using-a-different-version-of-hadoop-jars).
* The container image was updated to use `hadoop-aws` `3.2.x`. If you want to use a different version, please read [Using a different version of Hadoop jars](#using-a-different-version-of-hadoop-jars).
### 2.4.5-debian-10-r49
* This image now has an aws-cli and two jars: hadoop-aws and aws-java-sdk for provide an easier way to use AWS.
* This image now has an aws-cli and two jars: `hadoop-aws` and `aws-java-sdk` for provide an easier way to use AWS.
## Using `docker-compose.yaml`