From f8b07f0d1a18fbe5a2eaf8297dc18c4eaaffcd86 Mon Sep 17 00:00:00 2001 From: Dmitry Stepkin Date: Tue, 8 Jun 2021 14:49:54 +0800 Subject: [PATCH] Upgrade to 8.0.0 --- Dockerfile | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a4e53f..515bbf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GRAFANA_VERSION="8.0.0-beta3" +ARG GRAFANA_VERSION="8.0.0" FROM grafana/grafana:${GRAFANA_VERSION} @@ -33,7 +33,7 @@ RUN if [ $GF_INSTALL_IMAGE_RENDERER_PLUGIN = "true" ]; then \ plugins install grafana-image-renderer; \ fi -ARG GF_INSTALL_PLUGINS="grafana-piechart-panel,alexanderzobnin-zabbix-app,vertamedia-clickhouse-datasource,praj-ams-datasource," +ARG GF_INSTALL_PLUGINS="alexanderzobnin-zabbix-app,vertamedia-clickhouse-datasource,praj-ams-datasource," RUN if [ ! -z "${GF_INSTALL_PLUGINS}" ]; then \ OLDIFS=$IFS; \ diff --git a/README.md b/README.md index 261840a..5fef4a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # grafana-custom Custom grafana image with installed plugins: - - grafana-piechart-panel - alexanderzobnin-zabbix-app - vertamedia-clickhouse-datasource - praj-ams-datasource