diff --git a/bitnami/grafana-image-renderer/4/debian-12/Dockerfile b/bitnami/grafana-image-renderer/4/debian-12/Dockerfile index 800e8949f77a..343954fb2082 100644 --- a/bitnami/grafana-image-renderer/4/debian-12/Dockerfile +++ b/bitnami/grafana-image-renderer/4/debian-12/Dockerfile @@ -6,15 +6,14 @@ FROM docker.io/bitnami/minideb:bookworm ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH -LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ - org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-08-19T18:18:50Z" \ +LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ + org.opencontainers.image.created="2025-09-01T14:25:57Z" \ 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="4.0.10" + org.opencontainers.image.version="4.0.11" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,8 +29,8 @@ 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-0-linux-${OS_ARCH}-debian-12" \ - "node-22.18.0-0-linux-${OS_ARCH}-debian-12" \ - "grafana-image-renderer-4.0.10-0-linux-${OS_ARCH}-debian-12" \ + "node-22.19.0-0-linux-${OS_ARCH}-debian-12" \ + "grafana-image-renderer-4.0.11-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,11 +47,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="4.0.10" \ +ENV APP_VERSION="4.0.11" \ 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/node/bin:$PATH" EXPOSE 3000 8080 diff --git a/bitnami/grafana-image-renderer/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/grafana-image-renderer/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json deleted file mode 100644 index 62561b46fb7b..000000000000 --- a/bitnami/grafana-image-renderer/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "grafana-image-renderer": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "4.0.10-0" - }, - "node": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "22.18.0-0" - }, - "python": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "3.13.7-0" - } -} \ No newline at end of file