mirror of https://github.com/prometheus/prometheus
Fix Dockerfile label syntax
Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>pull/4539/head
parent
9f4cb06a37
commit
c7693f6c68
|
@ -1,5 +1,5 @@
|
||||||
FROM quay.io/prometheus/busybox:latest
|
FROM quay.io/prometheus/busybox:latest
|
||||||
LABEL 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 New Issue