Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colin checks if pkg_mgr calls clean all #68

Open
phracek opened this issue Apr 9, 2018 · 1 comment
Open

colin checks if pkg_mgr calls clean all #68

phracek opened this issue Apr 9, 2018 · 1 comment

Comments

@phracek
Copy link
Member

phracek commented Apr 9, 2018

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.

@TomasTomecek
Copy link
Member

+1

It's possible that we might get some false positives. Worst case we can tune/disable the check in some rulesets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants