diff --git a/bitnami/mongodb-exporter/0/debian-11/Dockerfile b/bitnami/mongodb-exporter/0/debian-11/Dockerfile index c691f879d51c..09fd358b397b 100644 --- a/bitnami/mongodb-exporter/0/debian-11/Dockerfile +++ b/bitnami/mongodb-exporter/0/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-13T22:23:12Z" \ + org.opencontainers.image.created="2023-03-18T22:40:46Z" \ 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-r10" \ + org.opencontainers.image.ref.name="0.37.0-debian-11-r11" \ org.opencontainers.image.title="mongodb-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="0.37.0" @@ -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-1-linux-${OS_ARCH}-debian-11" \ + "mongodb-exporter-0.37.0-2-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 a054174f55b5..1178e18c4f6c 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": "8b98645c33386efd451bb32e36764477da18887a65ab71d759f2d407fa8440d3", + "digest": "95de6cb57427e9b583f69ca714c262f1ee1b04f51c7048a0f493b7a36323cbaf", "distro": "debian-11", "type": "NAMI", - "version": "0.37.0-1" + "version": "0.37.0-2" } } \ No newline at end of file diff --git a/bitnami/mongodb-exporter/README.md b/bitnami/mongodb-exporter/README.md index 1fd94d3a8fe2..6665c3f1904a 100644 --- a/bitnami/mongodb-exporter/README.md +++ b/bitnami/mongodb-exporter/README.md @@ -5,7 +5,6 @@ > A Prometheus exporter for MongoDB® including sharding, replication and storage engines. [Overview of MongoDB Exporter](https://github.com/percona/mongodb_exporter) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR