[bitnami/grafana-image-renderer] Release 5.10.2-debian-12-r0 (#95839)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-07-22 20:42:05 +02:00
committed by GitHub
parent c8d675e439
commit 2f1153f980
3 changed files with 6 additions and 6 deletions
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-07-20T09:18:46Z" \
org.opencontainers.image.created="2026-07-22T18:31:41Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-image-renderer/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-image-renderer" \
org.opencontainers.image.title="grafana-image-renderer" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="5.10.1"
org.opencontainers.image.version="5.10.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"python-3.14.6-7-linux-${OS_ARCH}-debian-12" \
"grafana-image-renderer-5.10.1-0-linux-${OS_ARCH}-debian-12" \
"grafana-image-renderer-5.10.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,11 +47,11 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN uninstall_packages curl
COPY rootfs /
ENV APP_VERSION="5.10.1" \
ENV APP_VERSION="5.10.2" \
BITNAMI_APP_NAME="grafana-image-renderer" \
HTTP_HOST="0.0.0.0" \
HTTP_PORT="8080" \
IMAGE_REVISION="1" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/grafana-image-renderer/bin:$PATH"
EXPOSE 8080
@@ -1 +0,0 @@
9b1505d3f36b56616321977bc6418f5e9e218d9e3b92b7a9af2955dd53cfbcbd grafana-image-renderer-5.10.1-0-linux-amd64-debian-12.tar.gz
@@ -0,0 +1 @@
fcfe8c74fc970ab56874cc1ee02b14d68f5a19e0f24d51a830fdc59543888dac grafana-image-renderer-5.10.2-0-linux-amd64-debian-12.tar.gz