From 345feb595482e6f1f6f78b22bf587949862909f3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 26 Sep 2025 14:36:20 +0200 Subject: [PATCH] [bitnami/grafana-image-renderer] Release 4.0.15-debian-12-r1 (#86368) Signed-off-by: Bitnami Bot --- bitnami/grafana-image-renderer/4/debian-12/Dockerfile | 6 +++--- bitnami/grafana-image-renderer/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bitnami/grafana-image-renderer/4/debian-12/Dockerfile b/bitnami/grafana-image-renderer/4/debian-12/Dockerfile index 38ee3aae97b3..81a3495f8c36 100644 --- a/bitnami/grafana-image-renderer/4/debian-12/Dockerfile +++ b/bitnami/grafana-image-renderer/4/debian-12/Dockerfile @@ -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-23T08:51:34Z" \ + org.opencontainers.image.created="2025-09-26T12:15:44Z" \ 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" \ @@ -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.13.7-2-linux-${OS_ARCH}-debian-12" \ - "node-22.19.0-0-linux-${OS_ARCH}-debian-12" \ + "node-22.20.0-0-linux-${OS_ARCH}-debian-12" \ "grafana-image-renderer-4.0.15-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -51,7 +51,7 @@ ENV APP_VERSION="4.0.15" \ BITNAMI_APP_NAME="grafana-image-renderer" \ HTTP_HOST="0.0.0.0" \ HTTP_PORT="8080" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000 8080 diff --git a/bitnami/grafana-image-renderer/README.md b/bitnami/grafana-image-renderer/README.md index d4658305f557..7bd17206a19d 100644 --- a/bitnami/grafana-image-renderer/README.md +++ b/bitnami/grafana-image-renderer/README.md @@ -175,6 +175,12 @@ After changing the configuration, restart your Grafana Image Renderer container After that, your configuration will be taken into account in the server's behaviour. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Grafana Image Renderer 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`. + ## Logging The Bitnami Grafana Image Renderer Docker image sends the container logs to the `stdout`. To view the logs: