[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:
Bitnami Bot
2022-11-24 07:40:50 +01:00
committed by GitHub
parent 8053d35b05
commit b4e418ac5a
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ 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.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo" \
org.opencontainers.image.title="grafana-tempo" \ org.opencontainers.image.title="grafana-tempo" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \ 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 \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{ {
"grafana-tempo": { "grafana-tempo": {
"arch": "amd64", "arch": "amd64",
"digest": "d0e1897a7848ed74cd72a5e28e79e4d8ba83ab60af703bb625f7a23d8f87a981", "digest": "e0a01a952aea6027f85924d7eabfd905b23d11a028033eadb8f028548058600d",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.5.0-2" "version": "1.5.0-3"
} }
} }