
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
3 lines
33 B
Docker
3 lines
33 B
Docker
FROM scratch
|
|
LABEL maintainer=""
|