Skip to content

Commit dabba36

Browse files
authored
[bitnami/nessie-utils] Release 0.107.4-debian-12-r0 (#91430)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent acc6668 commit dabba36

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bitnami/nessie-utils/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="2026-02-25T16:16:50Z" \
11+
org.opencontainers.image.created="2026-03-09T11:12:55Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nessie-utils/README.md" \
1414
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nessie-utils" \
1515
org.opencontainers.image.title="nessie-utils" \
1616
org.opencontainers.image.vendor="Broadcom, Inc." \
17-
org.opencontainers.image.version="0.107.3"
17+
org.opencontainers.image.version="0.107.4"
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.10-10-0-linux-${OS_ARCH}-debian-12" \
33-
"nessie-utils-0.107.3-0-linux-${OS_ARCH}-debian-12" \
33+
"nessie-utils-0.107.4-0-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.107.3" \
52+
ENV APP_VERSION="0.107.4" \
5353
BITNAMI_APP_NAME="nessie-utils" \
5454
IMAGE_REVISION="0" \
5555
JAVA_HOME="/opt/bitnami/java" \

bitnami/nessie-utils/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Bitnami Secure Image for Nessie Utils
22

3-
## What is Nessie Utils?
4-
53
> Nessie Utils contains the tools nessie-cli, nessie-gc and nessie-admin-server-tool. Nessie is an open-source version control system for data lakes.
64
75
[Overview of Nessie Utils](https://projectnessie.org/)
@@ -58,6 +56,8 @@ docker build -t bitnami/APP:latest .
5856

5957
## Configuration
6058

59+
The following section describes how to run commands
60+
6161
### Running commands
6262

6363
This container contains the nessie-cli, nessie-server-admin-tool and nessie-gc tools. These are the commands for running the different tools:

0 commit comments

Comments
 (0)