From bb4988a1eb5b64ed95b9a8a8be9f333e2d01602a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 31 Oct 2022 11:21:08 +0100 Subject: [PATCH] [bitnami/mongodb-exporter] Release 0.35.0-debian-11-r0 (#12054) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/mongodb-exporter/0/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/mongodb-exporter/0/debian-11/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/mongodb-exporter/0/debian-11/Dockerfile b/bitnami/mongodb-exporter/0/debian-11/Dockerfile index 3ec305240cf9..072a3a4df32a 100644 --- a/bitnami/mongodb-exporter/0/debian-11/Dockerfile +++ b/bitnami/mongodb-exporter/0/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="0.34.0-debian-11-r31" \ + org.opencontainers.image.ref.name="0.35.0-debian-11-r0" \ 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." \ - org.opencontainers.image.version="0.34.0" + org.opencontainers.image.version="0.35.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -21,7 +21,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.34.0-3-linux-${OS_ARCH}-debian-11" \ + "mongodb-exporter-0.35.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \ RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/mongodb-exporter/bin/mongodb_exporter /bin/mongodb_exporter -ENV APP_VERSION="0.34.0" \ +ENV APP_VERSION="0.35.0" \ BITNAMI_APP_NAME="mongodb-exporter" \ PATH="/opt/bitnami/mongodb-exporter/bin:$PATH" 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 4f29ca33fea8..a26fe35b7369 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": "678a1582eccba9c5126598e1d741a90dc9710f96528f929ccc90979ee69d7856", + "digest": "0f440243db389516650d7c9431fb0dfc43817fc2618d4d6d6f4bab11f4669b29", "distro": "debian-11", "type": "NAMI", - "version": "0.34.0-3" + "version": "0.35.0-0" } } \ No newline at end of file diff --git a/bitnami/mongodb-exporter/0/debian-11/tags-info.yaml b/bitnami/mongodb-exporter/0/debian-11/tags-info.yaml index 26255d0ce3e2..3007901f3042 100644 --- a/bitnami/mongodb-exporter/0/debian-11/tags-info.yaml +++ b/bitnami/mongodb-exporter/0/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - "0-debian-11" - - "0.34.0" + - "0.35.0" - "latest"