Pattern: Use of yum update
Issue: -
Do not use yum update
.
Example of incorrect code:
FROM centos
RUN yum update -y
Example of correct code:
FROM centos
Pattern: Use of yum update
Issue: -
Do not use yum update
.
Example of incorrect code:
FROM centos
RUN yum update -y
Example of correct code:
FROM centos