keycloak-scim/testsuite/performance/monitoring/grafana/Dockerfile

9 lines
333 B
Text
Raw Normal View History

2017-07-13 18:25:26 +00:00
FROM grafana/grafana:4.4.3
ENV GF_DASHBOARDS_JSON_ENABLED true
ENV GF_DASHBOARDS_JSON_PATH /etc/grafana/dashboards/
COPY resource-usage-per-container.json /etc/grafana/dashboards/
COPY resource-usage-combined.json /etc/grafana/dashboards/
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x -v /entrypoint.sh
2017-07-13 18:25:26 +00:00
ENTRYPOINT ["/entrypoint.sh"]