add initial version of Grafana updater

This commit is contained in:
Frederic Branczyk
2016-10-19 18:02:18 +02:00
parent e1625fecba
commit 1963f86da9
206 changed files with 110879 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM quay.io/prometheus/busybox:latest
ADD grafana-watcher /bin/grafana-watcher
ENTRYPOINT ["/bin/grafana-watcher"]