File: Dockerfile

package info (click to toggle)
prometheus-haproxy-exporter 0.9.0%2Bgit20180917%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 524 kB
  • sloc: sh: 63; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
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