[bitnami/prometheus-operator] Release 0.62.0-debian-11-r6 (#21004)

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 20:34:12 +01:00
committed by GitHub
parent 93bed08a44
commit fc60dc0d48
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="0.62.0-debian-11-r4" \
org.opencontainers.image.ref.name="0.62.0-debian-11-r6" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \
org.opencontainers.image.title="prometheus-operator" \
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-operator-0.62.0-0-linux-${OS_ARCH}-debian-11" \
"prometheus-operator-0.62.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-operator": {
"arch": "amd64",
"digest": "4368fe7ec7e1fe6b8249cf1234ad6721daecb31c73a28af94ffbffecf9771514",
"digest": "6a4dc2c42803ce7d74ebda403c67949381796b5489f2a7880f8bb587652f2210",
"distro": "debian-11",
"type": "NAMI",
"version": "0.62.0-0"
"version": "0.62.0-1"
}
}