From af1d97ca6af3e23d3794955008378b06117e86df Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 6 Dec 2025 10:01:57 +0100 Subject: [PATCH] [bitnami/nessie] Release 0.105.7-debian-12-r1 (#88872) Signed-off-by: Bitnami Bot --- bitnami/nessie/0/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/nessie/0/debian-12/Dockerfile b/bitnami/nessie/0/debian-12/Dockerfile index 4bd5a5c6c3a3..63a0afca8d15 100644 --- a/bitnami/nessie/0/debian-12/Dockerfile +++ b/bitnami/nessie/0/debian-12/Dockerfile @@ -8,7 +8,7 @@ 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-11-06T08:17:18Z" \ + org.opencontainers.image.created="2025-12-06T08:41:59Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nessie/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nessie" \ @@ -29,7 +29,7 @@ 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=( \ - "jre-21.0.9-11-0-linux-${OS_ARCH}-debian-12" \ + "jre-21.0.9-15-0-linux-${OS_ARCH}-debian-12" \ "nessie-0.105.7-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh ENV APP_VERSION="0.105.7" \ BITNAMI_APP_NAME="nessie" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/nessie/bin:$PATH"