[bitnami/grafana-tempo-query] Release 1.5.0-debian-11-r17 (#9195)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5b9c866ae6
commit
1fe79771db
|
|
@ -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-r16" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r17" \
|
||||
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." \
|
||||
|
|
@ -20,13 +20,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
for COMPONENT in \
|
||||
"jaeger-query-1.38.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-tempo-query-1.5.0-1-linux-${OS_ARCH}-debian-11" ; \
|
||||
do \
|
||||
COMPONENTS=( \
|
||||
"jaeger-query-1.38.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-tempo-query-1.5.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
|
||||
fi && \
|
||||
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"grafana-tempo-query": {
|
||||
"arch": "amd64",
|
||||
"digest": "a819ff36d3977799ce91c3371b4dc035e9f79b79bf849f21f4f061d0bc606163",
|
||||
"digest": "c1b843f2a2590d4f539faea208458e532099554cd0a5e9c882b04df958282739",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-1"
|
||||
"version": "1.5.0-2"
|
||||
},
|
||||
"jaeger-query": {
|
||||
"arch": "amd64",
|
||||
"digest": "64fc1f5bcc4c3b20b4ceb2e2160241530aea139aa67402040ddcd1cd5acb736e",
|
||||
"digest": "416418a8749edc24986993630864e5fe88afc4657ec16a64f8035323232a498f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.38.1-0"
|
||||
"version": "1.38.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name grafana-tempo-query bitnami/grafana-tempo-query:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r16`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-tempo-query/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r17`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-tempo-query/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue