From 75e6a8deb97408fbccd37ecf1f1fce92620e3dda Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 22 Jun 2021 05:17:09 +0000 Subject: [PATCH] 2.28.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 abceae792d9b..d19c392b0b64 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.27.1-0-linux-amd64-debian-10.tar.gz && \ - echo "5c5aa6e64532b5e1dc25d4ded0daa79880865b03e11250417d6d4e24b47bdcc9 /tmp/bitnami/pkg/cache/prometheus-2.27.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.27.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.27.1-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.28.0-0-linux-amd64-debian-10.tar.gz && \ + echo "21f7ab3076c8b7c2e730c99b08fd6b2a8e4961d9b1c7648f48cb95da4dc2f35d /tmp/bitnami/pkg/cache/prometheus-2.28.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.28.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.28.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.27.1-debian-10-r29" \ + BITNAMI_IMAGE_VERSION="2.28.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 3e85dbe0f7fc..c186a0acb99d 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": "5c5aa6e64532b5e1dc25d4ded0daa79880865b03e11250417d6d4e24b47bdcc9", + "digest": "21f7ab3076c8b7c2e730c99b08fd6b2a8e4961d9b1c7648f48cb95da4dc2f35d", "distro": "debian-10", "type": "NAMI", - "version": "2.27.1-0" + "version": "2.28.0-0" } } \ No newline at end of file diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index abb297c1d0d9..063d494c66e0 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -43,7 +43,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.27.1`, `2.27.1-debian-10-r29`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.27.1-debian-10-r29/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.28.0`, `2.28.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.28.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).