Using the recommended label syntax for maintainer in Dockerfile.

Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
Tariq Ibrahim 2018-08-27 08:28:47 -07:00
parent ee1c9d7e23
commit 6b1dd88302
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w'
# Final image.
FROM prom/busybox
LABEL maintainer "The Prometheus Authors <prometheus-developers@googlegroups.com>"
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
COPY --from=builder /go/src/github.com/prometheus/client_golang/examples/random \
/go/src/github.com/prometheus/client_golang/examples/simple ./
EXPOSE 8080