Skip to main content
MAINTAINER is deprecated.
Superseded by buildkit/MaintainerDeprecated, which provides the same check with auto-fix support.

Description

The MAINTAINER instruction is deprecated. Use the org.opencontainers.image.authors label instead.

Examples

Problematic code

MAINTAINER moby@example.com

Correct code

LABEL org.opencontainers.image.authors="moby@example.com"

Reference