Codebase list prometheus-haproxy-exporter / debian/0.9.0+git20180917+ds-1 Dockerfile
debian/0.9.0+git20180917+ds-1

Tree @debian/0.9.0+git20180917+ds-1 (Download .tar.gz)

Dockerfile @debian/0.9.0+git20180917+ds-1raw · history · blame

1
2
3
4
5
6
7
FROM        quay.io/prometheus/busybox:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"

COPY haproxy_exporter /bin/haproxy_exporter

ENTRYPOINT ["/bin/haproxy_exporter"]
EXPOSE     9101