[bitnami/prometheus] Release 2.41.0-debian-11-r10 (#20769)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-18 00:08:39 +01:00
committed by GitHub
parent e9362cb9fc
commit 5709451349
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.41.0-debian-11-r9" \
org.opencontainers.image.ref.name="2.41.0-debian-11-r10" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \
org.opencontainers.image.title="prometheus" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -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.41.0-0-linux-${OS_ARCH}-debian-11" \
"prometheus-2.41.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": "dc6eb0d48a0f06c8e6d3573ef4b2da96d0f044345a90e77116b5bb10880af5fe",
"digest": "e0d3ec1fc97f2c1a836e8c275e3c5068bb9d99269b01c8cd78e1dbb105e78887",
"distro": "debian-11",
"type": "NAMI",
"version": "2.41.0-0"
"version": "2.41.0-1"
}
}