0.11.2-debian-10-r408 release

This commit is contained in:
Bitnami Bot
2022-01-25 00:54:57 +00:00
parent c0618cf9f6
commit 12944b47f0
3 changed files with 8 additions and 8 deletions

View File

@@ -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.11.2-5-linux-amd64-debian-10.tar.gz && \
echo "9747e3b8684e818c1ad6b803be4e1bf597f2379c6cd2836cc3db4e8f8a849cf5 /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-5-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.11.2-6-linux-amd64-debian-10.tar.gz && \
echo "22376d108cbc77c19d77c69c6fd64c0531c1d689866b922d8584ba9bc90e1744 /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.11.2-6-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.11.2-debian-10-r407" \
BITNAMI_IMAGE_VERSION="0.11.2-debian-10-r408" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"
EXPOSE 9216

View File

@@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "9747e3b8684e818c1ad6b803be4e1bf597f2379c6cd2836cc3db4e8f8a849cf5",
"digest": "22376d108cbc77c19d77c69c6fd64c0531c1d689866b922d8584ba9bc90e1744",
"distro": "debian-10",
"type": "NAMI",
"version": "0.11.2-5"
"version": "0.11.2-6"
}
}

View File

@@ -35,7 +35,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`0`, `0-debian-10`, `0.30.0`, `0.30.0-debian-10-r50`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r50/0/debian-10/Dockerfile)
* [`0.11`, `0.11-debian-10`, `0.11.2`, `0.11.2-debian-10-r407` (0.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.11.2-debian-10-r407/0.11/debian-10/Dockerfile)
* [`0.11`, `0.11-debian-10`, `0.11.2`, `0.11.2-debian-10-r408` (0.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.11.2-debian-10-r408/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).