Will It Vibe logoWill It Vibe?
DOCKER-014Low severity-4 points

Deprecated MAINTAINER instruction

Part of Architecture & Best Practices, which counts for 15% of the overall score. When this check fires it deducts 4 points from that category, once per scan, no matter how many places it turns up.

What it detects

MAINTAINER is deprecated. Use a LABEL (for example org.opencontainers.image.authors) so tooling can read the metadata consistently.

Why it matters

MAINTAINER is deprecated and Docker recommends against it. Tooling that reads image metadata looks at LABELs, not MAINTAINER, so the information is effectively invisible where it counts.

How to fix it

Replace MAINTAINER with a LABEL, using the standard key org.opencontainers.image.authors="name <email>". You can add related OCI labels (source, description) at the same time.

The paid report includes a ready-to-paste prompt for your AI coding agent for every check it finds, pointed at the exact findings from your scan. See pricing

Does your repo trip this check?

Paste a GitHub URL or drop a project folder. Scans run in your browser and take seconds.

Scan your repo

Related Architecture & Best Practices checks