0.33.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-08 16:49:28 +00:00 committed by Bitnami Containers
parent 456b88d6d0
commit 61eb607b1f
3 changed files with 8 additions and 8 deletions

View File

@ -8,16 +8,16 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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.32.0-150-linux-amd64-debian-11.tar.gz && \
echo "effa165278187ba6ca0ccdda1c3f461d656825cd7fe50a45fdb77fe9d67e4efa /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-150-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz && \
echo "fd483a60171e39555eac4ff29dfbbf9a17af37cdca641abf336af835c9936422 /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.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 APP_VERSION="0.32.0" \
ENV APP_VERSION="0.33.0" \
BITNAMI_APP_NAME="mongodb-exporter" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "effa165278187ba6ca0ccdda1c3f461d656825cd7fe50a45fdb77fe9d67e4efa",
"digest": "fd483a60171e39555eac4ff29dfbbf9a17af37cdca641abf336af835c9936422",
"distro": "debian-11",
"type": "NAMI",
"version": "0.32.0-150"
"version": "0.33.0-0"
}
}

View File

@ -32,7 +32,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-11`, `0.32.0`, `0.32.0-debian-11-r12`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.32.0-debian-11-r12/0/debian-11/Dockerfile)
* [`0`, `0-debian-11`, `0.33.0`, `0.33.0-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.33.0-debian-11-r0/0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).