Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt

Use this file to discover all available pages before exploring further.

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