0.31.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-31 11:41:46 +00:00
parent 482cf8d3f0
commit c36fb69c10
3 changed files with 9 additions and 9 deletions

View File

@@ -9,18 +9,18 @@ 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-34-linux-amd64-debian-10.tar.gz && \
echo "7f7f4361b0e8c2293b383dc513e1c1df2c66eb5bfa6eca38a8cf5d581d4dec53 /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-34-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.30.0-34-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-34-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.31.0-0-linux-amd64-debian-10.tar.gz && \
echo "ad8c518b21564067576f54986c457db9d81e8fa8a9d699b9c085bd0132b07639 /tmp/bitnami/pkg/cache/mongodb-exporter-0.31.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.31.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.31.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.30.0" \
ENV APP_VERSION="0.31.0" \
BITNAMI_APP_NAME="mongodb-exporter" \
BITNAMI_IMAGE_VERSION="0.30.0-debian-10-r115" \
BITNAMI_IMAGE_VERSION="0.31.0-debian-10-r0" \
PATH="/opt/bitnami/mongodb-exporter/bin:$PATH"
EXPOSE 9216

View File

@@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "7f7f4361b0e8c2293b383dc513e1c1df2c66eb5bfa6eca38a8cf5d581d4dec53",
"digest": "ad8c518b21564067576f54986c457db9d81e8fa8a9d699b9c085bd0132b07639",
"distro": "debian-10",
"type": "NAMI",
"version": "0.30.0-34"
"version": "0.31.0-0"
}
}

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-r115`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.30.0-debian-10-r115/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.31.0`, `0.31.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.31.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).