TF 0065 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki
Deprecated MAINTAINER used
Property | Value |
---|---|
Language | |
Severity | |
Vulnerability Type | omission |
Description
The Dockerfile uses the deprecated MAINTAINER instruction, which is no longer supported since Docker 1.13.0. This can lead to confusion and incompatibility with current and future Docker versions.
Impact
Continued use of deprecated instructions may result in build failures, reduced maintainability, and lack of proper image metadata, making it harder to track image ownership and updates. This can increase operational risk and complicate vulnerability management.
Resolution
Use LABEL instead of MAINTAINER