0.30.0-debian-10-r74 release

This commit is contained in:
Bitnami Bot
2022-02-16 20:09:45 +00:00
parent 954dfa58c2
commit 2a733cdd30
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.30.0-31-linux-amd64-debian-10.tar.gz && \
echo "267506f0f3551528c42417bd1d4786d64c1a888d0c7b29ebadd6102e2fcf1b88 /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-31-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-31-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-31-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-32-linux-amd64-debian-10.tar.gz && \
echo "ba76ca85367dbfd50bcf5c16c3f8d703fe359a65a8fd041e773851bb6ddd6b44 /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-32-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-32-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-32-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-r73" \
BITNAMI_IMAGE_VERSION="0.30.0-debian-10-r74" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"
EXPOSE 9216

View File

@@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "267506f0f3551528c42417bd1d4786d64c1a888d0c7b29ebadd6102e2fcf1b88",
"digest": "ba76ca85367dbfd50bcf5c16c3f8d703fe359a65a8fd041e773851bb6ddd6b44",
"distro": "debian-10",
"type": "NAMI",
"version": "0.30.0-31"
"version": "0.30.0-32"
}
}

View File

@@ -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-r73`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r73/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.30.0`, `0.30.0-debian-10-r74`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r74/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).