[bitnami/grafana] Release 9.4.7-debian-11-r0 (#28133)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-22 20:23:06 +01:00
committed by GitHub
parent f7900d3e36
commit 6b38c2794c
4 changed files with 9 additions and 9 deletions

View File

@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-21T22:27:34Z" \
org.opencontainers.image.created="2023-03-22T18:58:15Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="9.4.3-debian-11-r6" \
org.opencontainers.image.ref.name="9.4.7-debian-11-r0" \
org.opencontainers.image.title="grafana" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="9.4.3"
org.opencontainers.image.version="9.4.7"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,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.4.3-1-linux-${OS_ARCH}-debian-11" \
"grafana-9.4.7-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/grafana/postunpack.sh
ENV APP_VERSION="9.4.3" \
ENV APP_VERSION="9.4.7" \
BITNAMI_APP_NAME="grafana" \
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"grafana": {
"arch": "amd64",
"digest": "06fabe7a33fd1fe0160f9d8500a53f292606616ee548fad88a1a5f16b7d5bb3d",
"digest": "6b195ced496d46caeb47ad23b9f799809fb626249077c361b81191c027734431",
"distro": "debian-11",
"type": "NAMI",
"version": "9.4.3-1"
"version": "9.4.7-0"
}
}

View File

@@ -395,7 +395,7 @@ PartOf=bitnami.service
Type=${type}
EOF
if [[ -n "$working_directory" ]]; then
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
fi
if [[ -n "$exec_start_pre" ]]; then
# This variable may contain multiple ExecStartPre= directives

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "9"
- 9-debian-11
- 9.4.3
- 9.4.7
- latest