> ## 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.

# hadolint/DL4000

> MAINTAINER is deprecated.

MAINTAINER is deprecated.

> **Superseded by [`buildkit/MaintainerDeprecated`](../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

```dockerfile theme={null}
MAINTAINER moby@example.com
```

### Correct code

```dockerfile theme={null}
LABEL org.opencontainers.image.authors="moby@example.com"
```

## Reference

* [hadolint/DL4000](https://github.com/hadolint/hadolint/wiki/DL4000)
