[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:
parent
b01f6c096c
commit
e14af47f02
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue