You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check means, that after package installation yum/dnf clean all is called.
We have to go through layers and find whether dnf/yum install foobar and dnf/yum clean all is called in the same layer.
Input for check is an image.
Output of the check is True, whether dnf clean all is called in the same layer
and False in opposite case.
The text was updated successfully, but these errors were encountered:
This check means, that after package installation
yum/dnf clean all
is called.We have to go through layers and find whether
dnf/yum install foobar
anddnf/yum clean all
is called in the same layer.Input for check is an image.
Output of the check is True, whether
dnf clean all
is called in the same layerand False in opposite case.
The text was updated successfully, but these errors were encountered: