From ee219be5a74ea9332ef1cdd917326684dcf089a0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 Dec 2021 21:10:42 +0000 Subject: [PATCH] 2.32.0-debian-10-r0 release --- bitnami/prometheus/2/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/prometheus/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/prometheus/2/debian-10/Dockerfile b/bitnami/prometheus/2/debian-10/Dockerfile index a65b1f925f8b..82036219744e 100644 --- a/bitnami/prometheus/2/debian-10/Dockerfile +++ b/bitnami/prometheus/2/debian-10/Dockerfile @@ -9,17 +9,17 @@ 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/prometheus-2.31.2-0-linux-amd64-debian-10.tar.gz && \ - echo "5f5054552e251d67d3080a9c9987fe1a42e3468da7316c0e92391699a14f8609 /tmp/bitnami/pkg/cache/prometheus-2.31.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.31.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.31.2-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.32.0-0-linux-amd64-debian-10.tar.gz && \ + echo "c0c88a6fec77c751e451b03fca183843720ec37021798712eeb3a3eaa3199a26 /tmp/bitnami/pkg/cache/prometheus-2.32.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.32.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.32.0-0-linux-amd64-debian-10.tar.gz RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/prometheus/conf /etc/prometheus RUN ln -sf /opt/bitnami/prometheus/data /prometheus RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.31.2-debian-10-r0" \ + BITNAMI_IMAGE_VERSION="2.32.0-debian-10-r0" \ PATH="/opt/bitnami/prometheus/bin:$PATH" EXPOSE 9090 diff --git a/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 47d4a7844c28..1d65c1a9b7bf 100644 --- a/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "prometheus": { "arch": "amd64", - "digest": "5f5054552e251d67d3080a9c9987fe1a42e3468da7316c0e92391699a14f8609", + "digest": "c0c88a6fec77c751e451b03fca183843720ec37021798712eeb3a3eaa3199a26", "distro": "debian-10", "type": "NAMI", - "version": "2.31.2-0" + "version": "2.32.0-0" } } \ No newline at end of file diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index ddc7c23a6491..8251ab8f9b5d 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -35,7 +35,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-10`, `2.31.2`, `2.31.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.31.2-debian-10-r0/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.32.0`, `2.32.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.32.0-debian-10-r0/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).