From 9ff93591cb446db5d06a3c233c2e3c73253c7400 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 May 2023 11:31:24 +0200 Subject: [PATCH] [bitnami/mongodb-exporter] Release 0.38.0-debian-11-r0 (#35719) Signed-off-by: Bitnami Containers --- bitnami/mongodb-exporter/0/debian-11/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- 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 d3e69aeb4807..cbcdb7bf686a 100644 --- a/bitnami/mongodb-exporter/0/debian-11/Dockerfile +++ b/bitnami/mongodb-exporter/0/debian-11/Dockerfile @@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-05-27T22:04:43Z" \ + org.opencontainers.image.created="2023-05-30T09:17:25Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.37.0-debian-11-r33" \ + org.opencontainers.image.ref.name="0.38.0-debian-11-r0" \ org.opencontainers.image.title="mongodb-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.37.0" + org.opencontainers.image.version="0.38.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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.37.0-4-linux-${OS_ARCH}-debian-11" \ + "mongodb-exporter-0.38.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -39,7 +39,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.37.0" \ +ENV APP_VERSION="0.38.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 e02b4f6c7a74..5371c2e93aa4 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 @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "0.37.0-4" + "version": "0.38.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 a402b109ed8e..0773acfcc3de 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.37.0 +- 0.38.0 - latest