-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM grafana/grafana-oss:latest | ||
|
||
RUN grafana-cli plugins install grafana-github-datasource && \ | ||
grafana-cli plugins install grafana-polystat-panel && \ | ||
grafana-cli plugins install grafana-synthetic-monitoring-app && \ | ||
grafana-cli plugins install jdbranham-diagram-panel && \ | ||
grafana-cli plugins install knightss27-weathermap-panel && \ | ||
grafana-cli plugins install marcusolsson-json-datasource && \ | ||
grafana-cli plugins install marcusolsson-static-datasource && \ | ||
grafana-cli plugins install marcusolsson-treemap-panel && \ | ||
grafana-cli plugins install pgillich-tree-panel && \ | ||
grafana-cli plugins install simpod-json-datasource && \ | ||
grafana-cli plugins install volkovlabs-echarts-panel |