-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pandra-map-panel from 0.15.0 to 0.16.0
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<<<<<<< Updated upstream | ||
FROM grafana/grafana:11.1 | ||
======= | ||
FROM grafana/grafana:11.1.1 | ||
>>>>>>> Stashed changes | ||
|
||
RUN grafana-cli plugins install petrslavotinek-carpetplot-panel && \ | ||
grafana-cli plugins install grafana-googlesheets-datasource && \ | ||
grafana-cli plugins install simpod-json-datasource && \ | ||
grafana-cli plugins install dalvany-image-panel && \ | ||
grafana-cli \ | ||
--pluginUrl https://github.com/panodata/panodata-map-panel/releases/download/0.15.0/grafana-map-panel-0.15.0.zip \ | ||
RUN grafana cli plugins install petrslavotinek-carpetplot-panel && \ | ||
grafana cli plugins install grafana-googlesheets-datasource && \ | ||
grafana cli plugins install simpod-json-datasource && \ | ||
grafana cli plugins install dalvany-image-panel && \ | ||
grafana cli \ | ||
--pluginUrl https://github.com/panodata/panodata-map-panel/releases/download/0.16.0/panodata-map-panel-0.16.0.zip \ | ||
plugins install grafana-map-panel |