[bitnami/grafana-tempo-query] Release 1.5.0-debian-11-r59 (#23308)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b35f35447f
commit
cb73416b6f
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r58" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r59" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo-query" \
|
||||
org.opencontainers.image.title="grafana-tempo-query" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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=( \
|
||||
"jaeger-query-1.41.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"jaeger-query-1.42.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-tempo-query-1.5.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"jaeger-query": {
|
||||
"arch": "amd64",
|
||||
"digest": "4fa02f5830ad624f474aa82251f5627cdc0bcc447cd4a144407e9bdce2bdc7ec",
|
||||
"digest": "d41729756a9f22dd1775ee89b16c11f5ef73a4aaecd3da3e35c8adc1cf9fd6af",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.41.0-3"
|
||||
"version": "1.42.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue