[bitnami/wavefront-prometheus-storage-adapter] Release 1.0.5-debian-11-r51 (#10809)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1f4082a037
commit
0d16c59804
|
|
@ -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-r50" \
|
||||
org.opencontainers.image.ref.name="1.0.5-debian-11-r51" \
|
||||
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." \
|
||||
|
|
@ -21,7 +21,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=( \
|
||||
"wavefront-prometheus-storage-adapter-1.0.5-153-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 \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"wavefront-prometheus-storage-adapter": {
|
||||
"arch": "amd64",
|
||||
"digest": "0c81fe01fcf84793a5fc5448d293ea83d986056ae8eb6b71cf4f80abc799f11d",
|
||||
"digest": "84b0464b96048b196609233ac7ba62d11e1f2efedde0831234c65a3722554869",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.5-153"
|
||||
"version": "1.0.5-154"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue