[bitnami/grafana-tempo-query] Release 1.5.0-debian-11-r65 (#24876)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-22 15:03:27 +01:00
committed by GitHub
parent 014c22557a
commit aa1a062f5b
2 changed files with 6 additions and 14 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-02-21T07:54:32Z" \
org.opencontainers.image.created="2023-02-22T13:50:40Z" \
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-r64" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r65" \
org.opencontainers.image.title="grafana-tempo-query" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.5.0"
@@ -22,8 +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.42.0-1-linux-${OS_ARCH}-debian-11" \
"grafana-tempo-query-1.5.0-6-linux-${OS_ARCH}-debian-11" \
"grafana-tempo-query-1.5.0-7-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -42,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="1.5.0" \
BITNAMI_APP_NAME="grafana-tempo-query" \
GRPC_STORAGE_PLUGIN_BINARY="/opt/bitnami/grafana-tempo-query/bin/tempo-query" \
PATH="/opt/bitnami/jaeger-query/bin:/opt/bitnami/grafana-tempo-query/bin:$PATH" \
PATH="/opt/bitnami/grafana-tempo-query/bin:/opt/bitnami/jaeger-query/bin:$PATH" \
SPAN_STORAGE_TYPE="grpc-plugin"
USER 1001

View File

@@ -1,16 +1,9 @@
{
"grafana-tempo-query": {
"arch": "amd64",
"digest": "8bef02b7e04696951278feb7491ca30397e56f1dae0a73f10768ac67d9bfc02c",
"digest": "0d12517bafe871659685d58be3c19174f24939d113afcc33d2362d7ee02ac4a1",
"distro": "debian-11",
"type": "NAMI",
"version": "1.5.0-6"
},
"jaeger-query": {
"arch": "amd64",
"digest": "1c1178d6bb76a8ef7d7007bc583bd3b41b07ecb1bfb372b3c90ed872ffbc1709",
"distro": "debian-11",
"type": "NAMI",
"version": "1.42.0-1"
"version": "1.5.0-7"
}
}