Deprecated MAINTAINER used

ID

maintainer_used

Severity

low

Family

Container Security

Tags

deprecation, dockerfile, non-reachable

Description

MAINTAINER has been deprecated since Docker 1.13.0. Use LABEL instead of MAINTAINER.

Security

N/A

Examples

MAINTAINER user@org.tld

Mitigation / Fix

LABEL org.opencontainers.image.authors="user@org.tld"