0.32.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-25 19:18:07 +00:00 committed by Bitnami Containers
parent 5512888574
commit f654fe7b3a
3 changed files with 8 additions and 8 deletions

View File

@ -9,16 +9,16 @@ 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.31.2-0-linux-amd64-debian-10.tar.gz && \
echo "82f3ac67a3b7ce622b3d561190b7aa11576d33ee329b97a0c2692fa9b229ffb0 /tmp/bitnami/pkg/cache/mongodb-exporter-0.31.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.31.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.31.2-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.32.0-0-linux-amd64-debian-10.tar.gz && \
echo "e4772723757708daa20b93d667fbc15ec3cf9b85d8901a0675b07ee3fe0f6aff /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.32.0-0-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 APP_VERSION="0.31.2" \
ENV APP_VERSION="0.32.0" \
BITNAMI_APP_NAME="mongodb-exporter" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "82f3ac67a3b7ce622b3d561190b7aa11576d33ee329b97a0c2692fa9b229ffb0",
"digest": "e4772723757708daa20b93d667fbc15ec3cf9b85d8901a0675b07ee3fe0f6aff",
"distro": "debian-10",
"type": "NAMI",
"version": "0.31.2-0"
"version": "0.32.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-10`, `0.31.2`, `0.31.2-debian-10-r16`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.31.2-debian-10-r16/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.32.0`, `0.32.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.32.0-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).