0.21.1-debian-11-r7 release

This commit is contained in:
Bitnami Bot 2022-07-15 14:28:42 +00:00 committed by Bitnami Containers
parent 32d8f2acbb
commit 02eaf1b089
3 changed files with 7 additions and 7 deletions

View File

@ -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/blackbox-exporter-0.21.1-1-linux-amd64-debian-11.tar.gz && \
echo "e5dfbdbb0c102c8c3cd67ff39cd4305d4331993539ff49155ce8a8e5c7b5e260 /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-1-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.21.1-2-linux-amd64-debian-11.tar.gz && \
echo "5508ae32a9350512d99a134e4d8a74f82bae3bae955dcf56c1c5927969646309 /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-2-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

View File

@ -1,9 +1,9 @@
{
"blackbox-exporter": {
"arch": "amd64",
"digest": "e5dfbdbb0c102c8c3cd67ff39cd4305d4331993539ff49155ce8a8e5c7b5e260",
"digest": "5508ae32a9350512d99a134e4d8a74f82bae3bae955dcf56c1c5927969646309",
"distro": "debian-11",
"type": "NAMI",
"version": "0.21.1-1"
"version": "0.21.1-2"
}
}

View File

@ -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.21.1`, `0.21.1-debian-11-r6`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.21.1-debian-11-r6/0/debian-11/Dockerfile)
* [`0`, `0-debian-11`, `0.21.1`, `0.21.1-debian-11-r7`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.21.1-debian-11-r7/0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/blackbox-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-blackbox-exporter).