0.33.0-debian-11-r2 release
This commit is contained in:
parent
11c4ad3eba
commit
734d51768f
|
|
@ -8,10 +8,10 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.33.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "fd483a60171e39555eac4ff29dfbbf9a17af37cdca641abf336af835c9936422 /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/mongodb-exporter-0.33.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "a741ad3f14c1943c423235c5fadcf6aa0260120429c0b8671d87fac6554123f1 /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/mongodb-exporter-0.33.0-1-linux-amd64-debian-11.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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"mongodb-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "fd483a60171e39555eac4ff29dfbbf9a17af37cdca641abf336af835c9936422",
|
||||
"digest": "a741ad3f14c1943c423235c5fadcf6aa0260120429c0b8671d87fac6554123f1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.33.0-0"
|
||||
"version": "0.33.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `0.33.0`, `0.33.0-debian-11-r1`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.33.0-debian-11-r1/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.33.0`, `0.33.0-debian-11-r2`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb-exporter/blob/0.33.0-debian-11-r2/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mongodb-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue