[bitnami/grafana-k6] Release 1.5.0-debian-12-r1 (#89486)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-11 08:51:46 +01:00
committed by GitHub
parent a545d4c236
commit 7bb20a5bc1

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="2026-01-05T20:37:18Z" \
org.opencontainers.image.created="2026-01-11T07:38:00Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-k6/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-k6" \
@@ -48,7 +48,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.5.0" \
BITNAMI_APP_NAME="grafana-k6" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/grafana-k6/bin:/opt/bitnami/common/bin:$PATH"
USER 1001