mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
change deprecated maintainer to label (#2724)
This commit is contained in:
parent
6766123f93
commit
51626f2573
|
@ -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 prometheus /bin/prometheus
|
COPY prometheus /bin/prometheus
|
||||||
COPY promtool /bin/promtool
|
COPY promtool /bin/promtool
|
||||||
|
|
Loading…
Reference in a new issue