Skip to content
Snippets Groups Projects
Commit 87f8333e authored by Jan David Mol's avatar Jan David Mol
Browse files

add grafana-oncall-app

parent 83d610c1
No related branches found
No related tags found
No related merge requests found
Pipeline #84304 passed
...@@ -9,13 +9,14 @@ RUN apk --no-cache add jq ...@@ -9,13 +9,14 @@ RUN apk --no-cache add jq
USER grafana USER grafana
# Install some plugins # Install some plugins
RUN grafana-cli plugins install briangann-datatable-panel RUN grafana cli plugins install briangann-datatable-panel
RUN grafana-cli plugins install ae3e-plotly-panel RUN grafana cli plugins install ae3e-plotly-panel
RUN grafana-cli plugins install yesoreyeram-infinity-datasource RUN grafana cli plugins install yesoreyeram-infinity-datasource
RUN grafana-cli plugins install aceiot-svg-panel RUN grafana cli plugins install aceiot-svg-panel
RUN grafana-cli plugins install yesoreyeram-boomtable-panel RUN grafana cli plugins install yesoreyeram-boomtable-panel
RUN grafana-cli plugins install orchestracities-map-panel RUN grafana cli plugins install orchestracities-map-panel
RUN grafana-cli plugins install larona-epict-panel RUN grafana cli plugins install larona-epict-panel
RUN grafana cli plugins install grafana-oncall-app
RUN wget https://algenty.github.io/flowcharting-repository/archives/agenty-flowcharting-panel-1.0.0b-SNAPSHOT.zip -O /tmp/agenty-flowcharting-panel.zip RUN wget https://algenty.github.io/flowcharting-repository/archives/agenty-flowcharting-panel-1.0.0b-SNAPSHOT.zip -O /tmp/agenty-flowcharting-panel.zip
RUN cd /var/lib/grafana/plugins/ && unzip /tmp/agenty-flowcharting-panel.zip && mv grafana-flowcharting agenty-flowcharting-panel RUN cd /var/lib/grafana/plugins/ && unzip /tmp/agenty-flowcharting-panel.zip && mv grafana-flowcharting agenty-flowcharting-panel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment