0.20.8-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-10-06 12:00:17 +00:00
parent 1a982e4511
commit 8433d04376
3 changed files with 8 additions and 8 deletions

View File

@ -9,15 +9,15 @@ 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.20.7-1-linux-amd64-debian-10.tar.gz && \
echo "6020c37103315696b5c6a53bde4cfa88b08919279e7853b7c764fff035ad749f /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.7-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.7-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.7-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.20.8-0-linux-amd64-debian-10.tar.gz && \
echo "773e3f59784961ec8d0179488c7a3206889fdd76a931aba56e8df878f6fee4e1 /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.8-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.8-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.20.8-0-linux-amd64-debian-10.tar.gz
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.20.7-debian-10-r57" \
BITNAMI_IMAGE_VERSION="0.20.8-debian-10-r0" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"
EXPOSE 9216

View File

@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "6020c37103315696b5c6a53bde4cfa88b08919279e7853b7c764fff035ad749f",
"digest": "773e3f59784961ec8d0179488c7a3206889fdd76a931aba56e8df878f6fee4e1",
"distro": "debian-10",
"type": "NAMI",
"version": "0.20.7-1"
"version": "0.20.8-0"
}
}

View File

@ -30,7 +30,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.20.7`, `0.20.7-debian-10-r57`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.20.7-debian-10-r57/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.20.8`, `0.20.8-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.20.8-debian-10-r0/0/debian-10/Dockerfile)
* [`0.11`, `0.11-debian-10`, `0.11.2`, `0.11.2-debian-10-r301` (0.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.11.2-debian-10-r301/0.11/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).