Merge pull request #747 from helgi/patch-1

MAINTAINER is deprecated - using LABEL instead
This commit is contained in:
k8s-ci-robot 2018-10-18 08:44:12 -07:00 committed by GitHub
commit 5ff808fa7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ RUN make build
# final image
FROM registry.opensource.zalan.do/stups/alpine:latest
MAINTAINER Team Teapot @ Zalando SE <team-teapot@zalando.de>
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
COPY --from=builder /go/src/github.com/kubernetes-incubator/external-dns/build/external-dns /bin/external-dns