From 938ce3a1489f2cc3fe0f258f1494fa57f1f5d15e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 2 Mar 2022 02:37:17 +0000 Subject: [PATCH] 0.30.0-debian-10-r86 release --- bitnami/mongodb-exporter/0/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/mongodb-exporter/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/mongodb-exporter/0/debian-10/Dockerfile b/bitnami/mongodb-exporter/0/debian-10/Dockerfile index d45ca3d3e649..d49664d2ff8f 100644 --- a/bitnami/mongodb-exporter/0/debian-10/Dockerfile +++ b/bitnami/mongodb-exporter/0/debian-10/Dockerfile @@ -9,17 +9,17 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.30.0-33-linux-amd64-debian-10.tar.gz && \ - echo "ba76ca85367dbfd50bcf5c16c3f8d703fe359a65a8fd041e773851bb6ddd6b44 /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-33-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-33-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-33-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.30.0-34-linux-amd64-debian-10.tar.gz && \ + echo "7f7f4361b0e8c2293b383dc513e1c1df2c66eb5bfa6eca38a8cf5d581d4dec53 /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-34-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-34-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-34-linux-amd64-debian-10.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/mongodb-exporter/bin/mongodb_exporter /bin/mongodb_exporter ENV BITNAMI_APP_NAME="mongodb-exporter" \ - BITNAMI_IMAGE_VERSION="0.30.0-debian-10-r85" \ + BITNAMI_IMAGE_VERSION="0.30.0-debian-10-r86" \ PATH="/opt/bitnami/mongodb-exporter/bin:$PATH" EXPOSE 9216 diff --git a/bitnami/mongodb-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/mongodb-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 3ff88d334fbd..9d88904c4e2a 100644 --- a/bitnami/mongodb-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/mongodb-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "mongodb-exporter": { "arch": "amd64", - "digest": "ba76ca85367dbfd50bcf5c16c3f8d703fe359a65a8fd041e773851bb6ddd6b44", + "digest": "7f7f4361b0e8c2293b383dc513e1c1df2c66eb5bfa6eca38a8cf5d581d4dec53", "distro": "debian-10", "type": "NAMI", - "version": "0.30.0-33" + "version": "0.30.0-34" } } \ No newline at end of file diff --git a/bitnami/mongodb-exporter/README.md b/bitnami/mongodb-exporter/README.md index 4c18d3025957..c401455a874e 100644 --- a/bitnami/mongodb-exporter/README.md +++ b/bitnami/mongodb-exporter/README.md @@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-10`, `0.30.0`, `0.30.0-debian-10-r85`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r85/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.30.0`, `0.30.0-debian-10-r86`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r86/0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).