[bitnami/grafana-tempo] Release 1.5.0-debian-11-r74 (#27607)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 23:37:55 +01:00
committed by GitHub
parent dc37234b5b
commit 9f25394f66
2 changed files with 5 additions and 5 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T21:27:10Z" \
org.opencontainers.image.created="2023-03-18T21:44:38Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r73" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r74" \
org.opencontainers.image.title="grafana-tempo" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.5.0"
@@ -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=( \
"grafana-tempo-1.5.0-6-linux-${OS_ARCH}-debian-11" \
"grafana-tempo-1.5.0-7-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"grafana-tempo": {
"arch": "amd64",
"digest": "c5968da5fb63d4e47b68654562bbe2ffedc16fcec7a9f044a449e38c62c5fa5f",
"digest": "193c51cf7333dfabe168655e17757a4dc8e509a18aecee87f26824d9630b6fc5",
"distro": "debian-11",
"type": "NAMI",
"version": "1.5.0-6"
"version": "1.5.0-7"
}
}