mirror of
https://github.com/bitnami/containers.git
synced 2026-02-09 10:47:34 +08:00
[bitnami/grafana-image-renderer] Release 5.5.0-debian-12-r1 (#90355)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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="2026-02-03T11:53:00Z" \
|
||||
org.opencontainers.image.created="2026-02-04T20:55:17Z" \
|
||||
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" \
|
||||
@@ -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.2-4-linux-${OS_ARCH}-debian-12" \
|
||||
"grafana-image-renderer-5.5.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"grafana-image-renderer-5.5.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -50,7 +50,7 @@ ENV APP_VERSION="5.5.0" \
|
||||
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/grafana-image-renderer/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user