1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00
prometheus-operator/contrib/prometheus-watcher/Dockerfile
Frederic Branczyk e56f496d1d
prometheus-watcher: initial commit
Watching a configmap which contains a list of configmap names and
requesting those configmaps and writing them transactionally to disk
works. Watching general prometheus config remounts still to do and
reloading prometheus also to be done.
2017-03-14 16:22:28 +01:00

5 lines
127 B
Docker

FROM quay.io/prometheus/busybox:latest
ADD prometheus-watcher /bin/prometheus-watcher
ENTRYPOINT ["/bin/prometheus-watcher"]