[bitnami/grafana-image-renderer] Release 3.7.1-debian-11-r1 (#34187)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
cae42719d7
commit
e69938f6ab
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-16T01:13:35Z" \
|
||||
org.opencontainers.image.created="2023-05-16T18:27:26Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.7.1-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="3.7.1-debian-11-r1" \
|
||||
org.opencontainers.image.title="grafana-image-renderer" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.7.1"
|
||||
|
|
@ -23,8 +23,8 @@ RUN install_packages ca-certificates chromium curl fonts-freefont-ttf fonts-ipaf
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.9.16-12-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.20.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-image-renderer-3.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.20.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-image-renderer-3.7.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.1-0"
|
||||
"version": "3.7.1-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.20.0-1"
|
||||
"version": "16.20.0-2"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue