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