mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
[bitnami/grafana] Release 9.0.6-debian-11-r6 (#2712)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,18 @@ ENV HOME="/" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
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.0.6"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libfontconfig procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "9.0.6-1" --checksum 710304a165b923d77ebc8a7f915c2401fa70efb28bd391cfe6330e0652666e27
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "9.0.6-2" --checksum ab67fae103f82096cd27916a9e2e8ba68b9108bdf91ca7070e409dcab0082213
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "710304a165b923d77ebc8a7f915c2401fa70efb28bd391cfe6330e0652666e27",
|
||||
"digest": "ab67fae103f82096cd27916a9e2e8ba68b9108bdf91ca7070e409dcab0082213",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.6-1"
|
||||
"version": "9.0.6-2"
|
||||
}
|
||||
}
|
||||
@@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`9`, `9-debian-11`, `9.0.6`, `9.0.6-debian-11-r5`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana/9/debian-11/Dockerfile)
|
||||
* [`9`, `9-debian-11`, `9.0.6`, `9.0.6-debian-11-r6`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana/9/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.5.10`, `8.5.10-debian-11-r0` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana/8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
Reference in New Issue
Block a user