Merge pull request #150 from prometheus/mr/maintainer-label

Use maintainer label in Dockerfile
This commit is contained in:
Matthias Rampke 2018-08-30 10:38:56 +02:00 committed by GitHub
commit 9480025e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
FROM quay.io/prometheus/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
FROM quay.io/prometheus/busybox:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
COPY statsd_exporter /bin/statsd_exporter