From f15ed369f200e38155fa47e62c46bfd834b70044 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 8 May 2026 04:44:26 +0200 Subject: [PATCH] [bitnami/nginx-exporter] Release 1.5.1-debian-12-r14 (#92934) Signed-off-by: Bitnami Bot --- bitnami/nginx-exporter/1/debian-12/Dockerfile | 6 +++--- bitnami/nginx-exporter/README.md | 8 +------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/bitnami/nginx-exporter/1/debian-12/Dockerfile b/bitnami/nginx-exporter/1/debian-12/Dockerfile index 3d55e630496f..c2d0fecb5fce 100644 --- a/bitnami/nginx-exporter/1/debian-12/Dockerfile +++ b/bitnami/nginx-exporter/1/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-04-08T07:01:23Z" \ + org.opencontainers.image.created="2026-05-08T02:34:56Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx-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=( \ - "nginx-exporter-1.5.1-8-linux-${OS_ARCH}-debian-12" \ + "nginx-exporter-1.5.1-9-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.5.1" \ BITNAMI_APP_NAME="nginx-exporter" \ - IMAGE_REVISION="13" \ + IMAGE_REVISION="14" \ PATH="/opt/bitnami/nginx-exporter/bin:$PATH" EXPOSE 9113 diff --git a/bitnami/nginx-exporter/README.md b/bitnami/nginx-exporter/README.md index 54e10c818018..921eb3e9c734 100644 --- a/bitnami/nginx-exporter/README.md +++ b/bitnami/nginx-exporter/README.md @@ -79,13 +79,7 @@ The Bitnami NGINX Exporter Docker image from the [Bitnami Secure Images](https:/ ## Logging -The Bitnami NGINX Exporter Docker image sends the container logs to `stdout`. To view the logs: - -```console -docker logs nginx-exporter -``` - -You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. +The Bitnami NGINX Exporter Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. ## Notable Changes