Skip to content

Commit 1e4c19f

Browse files
authored
[bitnami/nessie] Release 0.106.1-debian-12-r0 (#89328)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 6ce87a0 commit 1e4c19f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitnami/nessie/0/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
88
ARG TARGETARCH
99

1010
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-12-11T08:49:27Z" \
11+
org.opencontainers.image.created="2026-01-07T13:24:53Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nessie/README.md" \
1414
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nessie" \
1515
org.opencontainers.image.title="nessie" \
1616
org.opencontainers.image.vendor="Broadcom, Inc." \
17-
org.opencontainers.image.version="0.106.0"
17+
org.opencontainers.image.version="0.106.1"
1818

1919
ENV HOME="/" \
2020
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3030
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3131
COMPONENTS=( \
3232
"jre-21.0.9-15-0-linux-${OS_ARCH}-debian-12" \
33-
"nessie-0.106.0-0-linux-${OS_ARCH}-debian-12" \
33+
"nessie-0.106.1-1-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4949

5050
COPY rootfs /
5151
RUN /opt/bitnami/scripts/java/postunpack.sh
52-
ENV APP_VERSION="0.106.0" \
52+
ENV APP_VERSION="0.106.1" \
5353
BITNAMI_APP_NAME="nessie" \
5454
IMAGE_REVISION="0" \
5555
JAVA_HOME="/opt/bitnami/java" \

bitnami/nessie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you encountered a problem running this container, you can file an [issue](htt
110110

111111
## License
112112

113-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
113+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
114114

115115
Licensed under the Apache License, Version 2.0 (the "License");
116116
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)