Description
TheMAINTAINER instruction, used historically for specifying the author of
the Dockerfile, is deprecated. To set author metadata for an image, use the
org.opencontainers.image.authors OCI label instead.
Examples
Bad:Auto-fix
The fix replacesMAINTAINER with an equivalent
org.opencontainers.image.authors label.