From 7e7f75f1f9ff8fbccb0caac202cb49fd42504bdb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 8 Jul 2022 18:00:52 +0000 Subject: [PATCH] 2.36.2-debian-11-r6 release --- bitnami/prometheus/2/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/prometheus/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/prometheus/2/debian-11/Dockerfile b/bitnami/prometheus/2/debian-11/Dockerfile index 7c4ac46a3b4f..23b2ed750293 100644 --- a/bitnami/prometheus/2/debian-11/Dockerfile +++ b/bitnami/prometheus/2/debian-11/Dockerfile @@ -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/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz && \ - echo "034783a8ff35b085c4e595d023cf1709d198f9d20cec1c72ccd63ff3065ffcf6 /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz && \ + echo "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525 /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.36.2-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 diff --git a/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 336fc8e68f3c..7c4db9f37a50 100644 --- a/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "prometheus": { "arch": "amd64", - "digest": "034783a8ff35b085c4e595d023cf1709d198f9d20cec1c72ccd63ff3065ffcf6", + "digest": "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525", "distro": "debian-11", "type": "NAMI", - "version": "2.36.2-0" + "version": "2.36.2-1" } } \ No newline at end of file diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index c8e407b29f76..1398f4aa29c0 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -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/). -* [`2`, `2-debian-11`, `2.36.2`, `2.36.2-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.36.2-debian-11-r5/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.36.2`, `2.36.2-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.36.2-debian-11-r6/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).