1
0
mirror of synced 2024-11-22 09:14:24 +01:00

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
This commit is contained in:
Sam Kennerly 2020-01-21 17:52:10 -05:00 committed by GitHub
parent 6c073b08f7
commit 1921d5a7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,2 @@
FROM scratch
LABEL maintainer=""