From c823ee11eaf96197cfcce4c28af226f1010768d5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 10 Dec 2025 15:08:42 +0100 Subject: [PATCH] [bitnami/grafana-image-renderer] Release 5.0.12-debian-12-r0 (#88966) Signed-off-by: Bitnami Bot --- bitnami/grafana-image-renderer/5/debian-12/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/grafana-image-renderer/5/debian-12/Dockerfile b/bitnami/grafana-image-renderer/5/debian-12/Dockerfile index 9e0f43a63862..b31c2bb1269c 100644 --- a/bitnami/grafana-image-renderer/5/debian-12/Dockerfile +++ b/bitnami/grafana-image-renderer/5/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-12-05T12:33:36Z" \ + org.opencontainers.image.created="2025-12-10T13:47:48Z" \ 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.0.11" + org.opencontainers.image.version="5.0.12" 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.1-0-linux-${OS_ARCH}-debian-12" \ - "grafana-image-renderer-5.0.11-1-linux-${OS_ARCH}-debian-12" \ + "grafana-image-renderer-5.0.12-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,11 +46,11 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="5.0.11" \ +ENV APP_VERSION="5.0.12" \ BITNAMI_APP_NAME="grafana-image-renderer" \ HTTP_HOST="0.0.0.0" \ HTTP_PORT="8080" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/grafana-image-renderer/bin:$PATH" EXPOSE 8080