[bitnami/wavefront-prometheus-storage-adapter] Release 1.0.5-debian-11-r53 (#11135)

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 2022-10-23 18:59:08 +02:00 committed by GitHub
parent b01f6c096c
commit e14af47f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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="1.0.5-debian-11-r52" \
org.opencontainers.image.ref.name="1.0.5-debian-11-r53" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-prometheus-storage-adapter" \
org.opencontainers.image.title="wavefront-prometheus-storage-adapter" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -22,7 +22,6 @@ RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"wavefront-prometheus-storage-adapter-1.0.5-155-linux-${OS_ARCH}-debian-11" \
"wavefront-prometheus-storage-adapter-1.0.5-154-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \