mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Merge pull request #747 from helgi/patch-1
MAINTAINER is deprecated - using LABEL instead
This commit is contained in:
commit
5ff808fa7d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user