From 1921d5a7ca46650f3d509e76fdc72be9432d53ec Mon Sep 17 00:00:00 2001 From: Sam Kennerly Date: Tue, 21 Jan 2020 17:52:10 -0500 Subject: [PATCH] Assign maintenance responsibility to nobody The MAINTAINER instruction sets the Author field of the generated images. The LABEL instruction is a much more flexible version of this and you should use it instead, as it enables setting any metadata you require, and can be viewed easily, for example with docker inspect. https://docs.docker.com/engine/reference/builder/#maintainer-deprecated --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c35f1b5..186869e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,2 @@ FROM scratch +LABEL maintainer=""