[bitnami/grafana-tempo-query] Release 2.8.2-debian-12-r6 (#87170)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-08 01:43:14 +02:00 committed by GitHub
parent 7d9a61231f
commit 4bc6e08d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-07T01:03:43Z" \
org.opencontainers.image.created="2025-10-07T23:29:56Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo-query/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo-query" \
@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"grafana-tempo-query-2.8.2-3-linux-${OS_ARCH}-debian-12" \
"grafana-tempo-query-2.8.2-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="2.8.2" \
BITNAMI_APP_NAME="grafana-tempo-query" \
IMAGE_REVISION="4" \
IMAGE_REVISION="6" \
PATH="/opt/bitnami/grafana-tempo-query/bin:$PATH"
USER 1001

View File

@ -87,6 +87,12 @@ docker run --rm --name grafana-tempo-query -v /path/to/tempo-query.yaml:/bitnami
Check the [official Grafana Tempo Query documentation](https://grafana.com/docs/tempo/latest/configuration/) and the [Jaeger Query documentation](https://www.jaegertracing.io/docs/1.23/deployment/#query-service--ui) to understand the possible configurations.
### FIPS configuration in Bitnami Secure Images
The Bitnami Grafana Tempo Query Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes
### Starting January 16, 2024