From 10de495f9096b539ce457be183762c95cdd1c631 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 8 May 2020 14:40:53 +0000 Subject: [PATCH] 2.18.1-debian-10-r0 release --- bitnami/prometheus/2/debian-10/Dockerfile | 10 +++++----- bitnami/prometheus/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/prometheus/2/debian-10/Dockerfile b/bitnami/prometheus/2/debian-10/Dockerfile index e1ac8a9aefa0..8ee6d7ef85be 100644 --- a/bitnami/prometheus/2/debian-10/Dockerfile +++ b/bitnami/prometheus/2/debian-10/Dockerfile @@ -3,10 +3,10 @@ LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages ca-certificates curl procps sudo unzip wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.18.0-0-linux-amd64-debian-10.tar.gz && \ - echo "2435cddfa5083816e83898925b9e4063df1107dcf2e6a6ad024197810e66e667 /tmp/bitnami/pkg/cache/prometheus-2.18.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.18.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.18.0-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.18.1-0-linux-amd64-debian-10.tar.gz && \ + echo "7c5f9d8860c459b32f99446c200b9e6a3f19cd782916c539271c812c2554f4b5 /tmp/bitnami/pkg/cache/prometheus-2.18.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.18.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.18.1-0-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 ln -sf /opt/bitnami/prometheus/conf /etc/prometheus @@ -14,7 +14,7 @@ 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.18.0-debian-10-r2" \ + BITNAMI_IMAGE_VERSION="2.18.1-debian-10-r0" \ PATH="/opt/bitnami/prometheus/bin:$PATH" EXPOSE 9090 diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index 0cff02ef4f50..1d8c24a5ca2f 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-debian-10`, `2.18.0-debian-10-r2`, `2`, `2.18.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.18.0-debian-10-r2/2/debian-10/Dockerfile) +* [`2-debian-10`, `2.18.1-debian-10-r0`, `2`, `2.18.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.18.1-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).