mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
8.5.6-debian-11-r3 release
This commit is contained in:
committed by
Bitnami Containers
parent
7dcaaa2f56
commit
902081714c
@@ -1,12 +1,11 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
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" "8.5.6-0" --checksum 92c5f89da7e473ca808a3ce3ef9b45b2efa9ef2a2d596a223d8920281d436b40
|
||||
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.5.6`, `8.5.6-debian-11-r2`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.5.6-debian-11-r2/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.5.6`, `8.5.6-debian-11-r3`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.5.6-debian-11-r3/8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/grafana GitHub repo](https://github.com/bitnami/bitnami-docker-grafana).
|
||||
|
||||
@@ -126,7 +126,7 @@ grafana:
|
||||
You can customize this image and include the plugins you desire editing the list of plugins avilable in the script (see the variable "grafana_plugin_list") and build your own image as shown below:
|
||||
|
||||
```console
|
||||
$ cd 8/debian-10
|
||||
$ cd 8/debian-11
|
||||
$ docker build -t your-custom-grafana .
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user