change deprecated maintainer to label (#2724)

This commit is contained in:
Benjamin 2017-05-29 15:58:40 +02:00 committed by Julius Volz
parent 6766123f93
commit 51626f2573
1 changed files with 1 additions and 1 deletions

View File

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