Dockerfile: Using the recommended label syntax for maintainer (#1533)
Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
parent
3799768d94
commit
d03e0ba116
|
@ -1,5 +1,5 @@
|
||||||
FROM prom/busybox:latest
|
FROM prom/busybox:latest
|
||||||
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||||
|
|
||||||
COPY amtool /bin/amtool
|
COPY amtool /bin/amtool
|
||||||
COPY alertmanager /bin/alertmanager
|
COPY alertmanager /bin/alertmanager
|
||||||
|
|
Loading…
Reference in New Issue