From 4d4ae4479ae160dd18d517d989e0c8846e940818 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Oct 2024 18:40:19 +0000 Subject: [PATCH] [bitnami/prometheus] Release prometheus-2.55.0-debian-12-r1 Signed-off-by: Bitnami Bot --- bitnami/prometheus/2/debian-12/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/prometheus/2/debian-12/Dockerfile b/bitnami/prometheus/2/debian-12/Dockerfile index 63088aaacfa12..e4f6078904dd6 100644 --- a/bitnami/prometheus/2/debian-12/Dockerfile +++ b/bitnami/prometheus/2/debian-12/Dockerfile @@ -8,11 +8,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-10-22T18:14:24Z" \ + org.opencontainers.image.created="2024-10-24T17:36:59Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="2.55.0-debian-12-r0" \ + org.opencontainers.image.ref.name="2.55.0-debian-12-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \ org.opencontainers.image.title="prometheus" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "prometheus-2.55.0-0-linux-${OS_ARCH}-debian-12" \ + "prometheus-2.55.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/prometheus/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index d7884910edfa7..a0fbacba069fe 100644 --- a/bitnami/prometheus/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "2.55.0-0" + "version": "2.55.0-1" } } \ No newline at end of file