[bitnami/grafana] Release 9.2.3-debian-11-r0 (#12164)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
897ead3c59
commit
5d89e66385
|
|
@ -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.2.2-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="9.2.3-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.2.2"
|
||||
org.opencontainers.image.version="9.2.3"
|
||||
|
||||
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.2.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-9.2.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-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.2.2" \
|
||||
ENV APP_VERSION="9.2.3" \
|
||||
BITNAMI_APP_NAME="grafana" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "915b6dd65eb6e1e910f5d516042f9b0ed1b435500a4df8dae04a429dc25446d7",
|
||||
"digest": "b91e4237e9a034100220a1689a6d59cfb1c38f2d05e907e128689073d90b2b16",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.2.2-0"
|
||||
"version": "9.2.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "9"
|
||||
- "9-debian-11"
|
||||
- "9.2.2"
|
||||
- "9.2.3"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue