[bitnami/grafana] Release 9.3.2-debian-11-r0 (#17095)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-16 03:02:47 +01:00 committed by GitHub
parent 6d06b9e5a9
commit a72ff35fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="9.3.1-debian-11-r3" \
org.opencontainers.image.ref.name="9.3.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana" \
org.opencontainers.image.title="grafana" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="9.3.1"
org.opencontainers.image.version="9.3.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libfontconfig procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"grafana-9.3.1-0-linux-${OS_ARCH}-debian-11" \
"grafana-9.3.2-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -39,7 +39,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/grafana/postunpack.sh
ENV APP_VERSION="9.3.1" \
ENV APP_VERSION="9.3.2" \
BITNAMI_APP_NAME="grafana" \
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,9 +8,9 @@
},
"grafana": {
"arch": "amd64",
"digest": "753934e537b723b3ef61640827c424564240ca44db308deb94cd9e085433fe8d",
"digest": "48cd879f8d920af56473c920488ff43d20710ad69857de5b7ddfac62d94a0ce8",
"distro": "debian-11",
"type": "NAMI",
"version": "9.3.1-0"
"version": "9.3.2-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "9"
- "9-debian-11"
- "9.3.1"
- "9.3.2"
- "latest"