From 445eaf2b87f871371699ab60169a077288eefd8d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Apr 2026 09:54:22 +0200 Subject: [PATCH] [bitnami/nats-exporter] Release 0.19.2-debian-12-r1 (#92170) Signed-off-by: Bitnami Bot --- bitnami/nats-exporter/0/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/nats-exporter/0/debian-12/Dockerfile b/bitnami/nats-exporter/0/debian-12/Dockerfile index 8da9e8a18760..ff9efd8b46e8 100644 --- a/bitnami/nats-exporter/0/debian-12/Dockerfile +++ b/bitnami/nats-exporter/0/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-26T14:22:25Z" \ + org.opencontainers.image.created="2026-04-08T06:46:26Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nats-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nats-exporter" \ @@ -28,7 +28,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=( \ - "nats-exporter-0.19.2-0-linux-${OS_ARCH}-debian-12" \ + "nats-exporter-0.19.2-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.19.2" \ BITNAMI_APP_NAME="nats-exporter" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/nats-exporter/bin:$PATH" EXPOSE 7777