Skip to content
Snippets Groups Projects
Commit 7ed151b0 authored by Tomas Krizek's avatar Tomas Krizek Committed by Vladimír Čunát
Browse files

dockerfile: use LABEL instead of MAINTAINER

parent 99fadb7f
Branches
Tags
1 merge request!740dockerfile: best practices
......@@ -62,7 +62,8 @@ RUN cd /tmp/knot-resolver && \
# Final container
FROM runtime
MAINTAINER Knot Resolver team <knot-resolver-users@lists.nic.cz>
LABEL cz.knot-resolver.vendor="CZ.NIC"
LABEL maintainer="knot-resolver-users@lists.nic.cz"
# Export DNS over UDP & TCP, DNS-over-TLS, web interface
EXPOSE 53/UDP 53/TCP 853/TCP 8053/TCP
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment