Skip to content

Commit

Permalink
Upgrade to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bad3bs committed Jun 8, 2021
1 parent 041de0c commit f8b07f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GRAFANA_VERSION="8.0.0-beta3"
ARG GRAFANA_VERSION="8.0.0"

FROM grafana/grafana:${GRAFANA_VERSION}

Expand Down Expand Up @@ -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; \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# grafana-custom

Custom grafana image with installed plugins:
- grafana-piechart-panel
- alexanderzobnin-zabbix-app
- vertamedia-clickhouse-datasource
- praj-ams-datasource

0 comments on commit f8b07f0

Please sign in to comment.