7.1.1-debian-10-r5 release

This commit is contained in:
Bitnami Bot 2020-07-30 19:13:31 +00:00
parent 551f32afbc
commit 037671990f
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ RUN mv /opt/bitnami/grafana/conf/sample.ini /opt/bitnami/grafana/conf/grafana.in
COPY rootfs /
RUN /grafana-plugins.sh
ENV BITNAMI_APP_NAME="grafana" \
BITNAMI_IMAGE_VERSION="7.1.1-debian-10-r4" \
BITNAMI_IMAGE_VERSION="7.1.1-debian-10-r5" \
PATH="/opt/bitnami/grafana/bin:$PATH"
EXPOSE 3000

View File

@ -4,7 +4,7 @@ Grafana is an open source, feature rich metrics dashboard and graph editor for G
[https://grafana.com](https://grafana.com)
## TL;DR;
## TL;DR
```console
$ docker run --name grafana bitnami/grafana:latest
@ -15,8 +15,8 @@ $ docker run --name grafana bitnami/grafana:latest
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released daily with the latest distribution packages available.
> This [CVE scan report](https://quay.io/repository/bitnami/grafana?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
@ -36,7 +36,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/).
* [`7-debian-10`, `7.1.1-debian-10-r4`, `7`, `7.1.1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/7.1.1-debian-10-r4/7/debian-10/Dockerfile)
* [`7-debian-10`, `7.1.1-debian-10-r5`, `7`, `7.1.1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/7.1.1-debian-10-r5/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/grafana GitHub repo](https://github.com/bitnami/bitnami-docker-grafana).