0.19.0-debian-10-r268 release

This commit is contained in:
Bitnami Bot
2022-02-18 20:33:50 +00:00
parent 7703637c9f
commit 41263d6607
3 changed files with 7 additions and 7 deletions

View File

@@ -9,16 +9,16 @@ 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/blackbox-exporter-0.19.0-6-linux-amd64-debian-10.tar.gz && \
echo "02667949e99e87d6a1a2808caa423153080a3b3a7636bc34c16d6348f361f388 /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-6-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.19.0-7-linux-amd64-debian-10.tar.gz && \
echo "02667949e99e87d6a1a2808caa423153080a3b3a7636bc34c16d6348f361f388 /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.19.0-7-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
ENV BITNAMI_APP_NAME="blackbox-exporter" \
BITNAMI_IMAGE_VERSION="0.19.0-debian-10-r267" \
BITNAMI_IMAGE_VERSION="0.19.0-debian-10-r268" \
PATH="/opt/bitnami/blackbox-exporter/bin:$PATH"
EXPOSE 9115

View File

@@ -4,6 +4,6 @@
"digest": "02667949e99e87d6a1a2808caa423153080a3b3a7636bc34c16d6348f361f388",
"distro": "debian-10",
"type": "NAMI",
"version": "0.19.0-6"
"version": "0.19.0-7"
}
}

View File

@@ -36,7 +36,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.19.0`, `0.19.0-debian-10-r267`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.19.0-debian-10-r267/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.19.0`, `0.19.0-debian-10-r268`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.19.0-debian-10-r268/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/blackbox-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-blackbox-exporter).