From 4c3195318f6077ca4825cc09e78cd3595db7d011 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 11 Feb 2026 14:09:27 +0100 Subject: [PATCH] [bitnami/grafana-image-renderer] Release 5.5.1-debian-12-r0 (#90616) Signed-off-by: Bitnami Bot --- .../grafana-image-renderer/5/debian-12/Dockerfile | 12 ++++++------ bitnami/grafana-image-renderer/README.md | 12 ------------ 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/bitnami/grafana-image-renderer/5/debian-12/Dockerfile b/bitnami/grafana-image-renderer/5/debian-12/Dockerfile index 0d393d2ce02b..38e7b9c48158 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="2026-02-04T20:55:17Z" \ + org.opencontainers.image.created="2026-02-11T12:31:43Z" \ 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.5.0" + org.opencontainers.image.version="5.5.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,8 +28,8 @@ 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=( \ - "python-3.14.3-0-linux-${OS_ARCH}-debian-12" \ - "grafana-image-renderer-5.5.0-1-linux-${OS_ARCH}-debian-12" \ + "python-3.14.3-1-linux-${OS_ARCH}-debian-12" \ + "grafana-image-renderer-5.5.1-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.5.0" \ +ENV APP_VERSION="5.5.1" \ 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 diff --git a/bitnami/grafana-image-renderer/README.md b/bitnami/grafana-image-renderer/README.md index 113bf539fdc0..08bfc267df36 100644 --- a/bitnami/grafana-image-renderer/README.md +++ b/bitnami/grafana-image-renderer/README.md @@ -42,10 +42,6 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Get this image The recommended way to get the Bitnami Grafana Image Renderer Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/grafana-image-renderer). @@ -193,14 +189,6 @@ The entire service has been rewritten in Go, replacing the previous Node.js impl - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.