From d3fe54fa623cf44658d94474ff532bb7b9e0b00d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 17 Jan 2023 21:07:14 +0100 Subject: [PATCH] [bitnami/mongodb-exporter] Release 0.36.0-debian-11-r5 (#20579) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/mongodb-exporter/0/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/mongodb-exporter/0/debian-11/Dockerfile b/bitnami/mongodb-exporter/0/debian-11/Dockerfile index a35921295d2f..b47b51d302e3 100644 --- a/bitnami/mongodb-exporter/0/debian-11/Dockerfile +++ b/bitnami/mongodb-exporter/0/debian-11/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.36.0-debian-11-r4" \ + org.opencontainers.image.ref.name="0.36.0-debian-11-r5" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb-exporter" \ org.opencontainers.image.title="mongodb-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "mongodb-exporter-0.36.0-0-linux-${OS_ARCH}-debian-11" \ + "mongodb-exporter-0.36.0-1-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/mongodb-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/mongodb-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 4acc4509de22..39829bc074dc 100644 --- a/bitnami/mongodb-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/mongodb-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "mongodb-exporter": { "arch": "amd64", - "digest": "f653e6937199ccbeec765c64f4dc7d1a9c28a0ed102c70023ce918b97a069f3d", + "digest": "1648e61d9778a9bdeb29c0901a4a9ab545793c89d7f713de2e44b183efbcbe37", "distro": "debian-11", "type": "NAMI", - "version": "0.36.0-0" + "version": "0.36.0-1" } } \ No newline at end of file