[bitnami/scylladb] Release 2025.4.1-debian-12-r0 (#89369)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-08 19:05:00 +01:00
committed by GitHub
parent 2d2fc2c395
commit e3931c1a0e
2 changed files with 6 additions and 6 deletions

View File

@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-12-22T10:38:54Z" \
org.opencontainers.image.created="2026-01-08T17:47:05Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/scylladb/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/scylladb" \
org.opencontainers.image.title="scylladb" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2025.4.0"
org.opencontainers.image.version="2025.4.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,9 +29,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"python-3.12.12-7-linux-${OS_ARCH}-debian-12" \
"python-3.12.12-10-linux-${OS_ARCH}-debian-12" \
"jre-11.0.29-12-0-linux-${OS_ARCH}-debian-12" \
"scylladb-2025.4.0-0-linux-${OS_ARCH}-debian-12" \
"scylladb-2025.4.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -51,7 +51,7 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/scylladb/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV APP_VERSION="2025.4.0" \
ENV APP_VERSION="2025.4.1" \
BITNAMI_APP_NAME="scylladb" \
IMAGE_REVISION="0" \
JAVA_HOME="/opt/bitnami/java" \

View File

@@ -551,7 +551,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.