[bitnami/prometheus] Release 2.42.0-debian-11-r5 (#24355)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-17 18:51:47 +01:00 committed by GitHub
parent e6b96e604c
commit 6313bd96be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T17:31:27Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.42.0-debian-11-r4" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \
org.opencontainers.image.ref.name="2.42.0-debian-11-r5" \
org.opencontainers.image.title="prometheus" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.42.0"
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-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.42.0-0-linux-${OS_ARCH}-debian-11" \
"prometheus-2.42.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "667f5676c1c4b5194466ac5bbf38c3547c840ea665e86b8c093bb5dd557bd0e3",
"digest": "a8d704fdb09c931a6af1ded709f5369bcbdeb69fddb1ad8249d816145bba839a",
"distro": "debian-11",
"type": "NAMI",
"version": "2.42.0-0"
"version": "2.42.0-1"
}
}