aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTariq Ibrahim <tariq181290@gmail.com>2018-08-28 10:28:58 -0700
committerBen Kochie <superq@gmail.com>2018-08-28 19:28:58 +0200
commit834e35112c4a7c7fbd3b6ff108d1042035297c55 (patch)
treef062f114e130d00358a11e9a80916c6bf271b899 /Dockerfile
parentc52e0d335374951c333e07697cf021f427f3c379 (diff)
downloadprometheus_node_collector-834e35112c4a7c7fbd3b6ff108d1042035297c55.tar.bz2
prometheus_node_collector-834e35112c4a7c7fbd3b6ff108d1042035297c55.tar.xz
prometheus_node_collector-834e35112c4a7c7fbd3b6ff108d1042035297c55.zip
Using the recommended syntax for maintainer label (#1053)
Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 98ce8c6..383e6ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
1FROM quay.io/prometheus/busybox:glibc 1FROM quay.io/prometheus/busybox:glibc
2MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> 2LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
3 3
4COPY node_exporter /bin/node_exporter 4COPY node_exporter /bin/node_exporter
5 5