yum install and yum module install commands should specify explicit package
or module versions to produce deterministic builds.
RUN instruction in the Dockerfile and split the
instruction into shell command segments.yum:module install, ensure each module argument after
install contains a colon (stream:version).install, ensure each package argument after
install includes a hyphenated version (pkg-version) or ends with
.rpm.- when collecting package names.DL3033 at the
RUN line with the message Specify version with `yum install -y <package>-<version>`.(c) 2025 Asymmetric Effort, LLC. scaldwell@asymmetric-effort.com
