mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-25 08:41:00 +00:00
Use maintainer label in Dockerfile
fixes #149. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
95d60eed01
commit
90b6066252
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM quay.io/prometheus/busybox:latest
|
FROM quay.io/prometheus/busybox:latest
|
||||||
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||||
|
|
||||||
COPY statsd_exporter /bin/statsd_exporter
|
COPY statsd_exporter /bin/statsd_exporter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue