[bitnami/grafana-tempo] Release 1.5.0-debian-11-r34 (#14682)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8053d35b05
commit
b4e418ac5a
|
|
@ -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.5.0-debian-11-r33" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r34" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo" \
|
||||
org.opencontainers.image.title="grafana-tempo" \
|
||||
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=( \
|
||||
"grafana-tempo-1.5.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-tempo-1.5.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"grafana-tempo": {
|
||||
"arch": "amd64",
|
||||
"digest": "d0e1897a7848ed74cd72a5e28e79e4d8ba83ab60af703bb625f7a23d8f87a981",
|
||||
"digest": "e0a01a952aea6027f85924d7eabfd905b23d11a028033eadb8f028548058600d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-2"
|
||||
"version": "1.5.0-3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue