LABEL maintainer is used instead of MAINTAINER (deprecated)
Description
The LABEL instruction is much more flexible and recommended to replace the MAINTAINER (deprecated) instruction in a Dockerfile.
Code Example
Dockerfile
FROM base
- MAINTAINER badRemediation
Docker
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0839 |
| Severity | LOW |
| IaC Type | dockerfile |
| Frameworks | Docker |
| Checkov ID | CKV_DOCKER_6 |