From 77e1e2add2e81307f4e40bba4fe7673bc549e6a9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 19:23:47 +0200 Subject: [PATCH] [bitnami/nginx-exporter] Release 1.2.0-debian-12-r0 (#67334) Signed-off-by: Bitnami Containers --- bitnami/nginx-exporter/1/debian-12/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/nginx-exporter/1/debian-12/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/nginx-exporter/1/debian-12/Dockerfile b/bitnami/nginx-exporter/1/debian-12/Dockerfile index e89120cedb88..2980a4f2c38e 100644 --- a/bitnami/nginx-exporter/1/debian-12/Dockerfile +++ b/bitnami/nginx-exporter/1/debian-12/Dockerfile @@ -7,15 +7,15 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-05-14T15:37:03Z" \ + org.opencontainers.image.created="2024-05-29T17:00:07Z" \ 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.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.1.0-debian-12-r23" \ + org.opencontainers.image.ref.name="1.2.0-debian-12-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx-exporter" \ org.opencontainers.image.title="nginx-exporter" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.1.0" + org.opencontainers.image.version="1.2.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "nginx-exporter-1.1.0-8-linux-${OS_ARCH}-debian-12" \ + "nginx-exporter-1.2.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN ln -sf /opt/bitnami/nginx-exporter/bin/nginx-prometheus-exporter /usr/bin/exporter -ENV APP_VERSION="1.1.0" \ +ENV APP_VERSION="1.2.0" \ BITNAMI_APP_NAME="nginx-exporter" \ PATH="/opt/bitnami/nginx-exporter/bin:$PATH" diff --git a/bitnami/nginx-exporter/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/nginx-exporter/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 8dd4aea33b1e..e593b6b4e1f8 100644 --- a/bitnami/nginx-exporter/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/nginx-exporter/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "1.1.0-8" + "version": "1.2.0-0" } } \ No newline at end of file diff --git a/bitnami/nginx-exporter/1/debian-12/tags-info.yaml b/bitnami/nginx-exporter/1/debian-12/tags-info.yaml index a300d2da2ff2..f8b76eeaec41 100644 --- a/bitnami/nginx-exporter/1/debian-12/tags-info.yaml +++ b/bitnami/nginx-exporter/1/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - 1-debian-12 -- 1.1.0 +- 1.2.0 - latest