From 72e57c58d0285086d0732ec3522da1db8efa867d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 24 Sep 2022 12:32:19 +0200 Subject: [PATCH] [bitnami/prometheus] Release 2.38.0-debian-11-r13 (#7758) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/prometheus/2/debian-11/Dockerfile | 4 ++-- bitnami/prometheus/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/prometheus/2/debian-11/Dockerfile b/bitnami/prometheus/2/debian-11/Dockerfile index 7ea3a51fd1c9..2b3f7c20ba63 100644 --- a/bitnami/prometheus/2/debian-11/Dockerfile +++ b/bitnami/prometheus/2/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="2.38.0-debian-11-r12" \ + org.opencontainers.image.ref.name="2.38.0-debian-11-r13" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \ org.opencontainers.image.title="prometheus" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -18,7 +18,7 @@ ENV HOME="/" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages ca-certificates curl gzip procps tar +RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f prometheus-2.38.0-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/prometheus-2.38.0-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index 2cc715a7fa67..35ca07c2236c 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.38.0`, `2.38.0-debian-11-r12`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/prometheus/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.38.0`, `2.38.0-debian-11-r13`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/prometheus/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).