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

Identify more package systems for cleaning #117

Open
mcandre opened this issue Nov 27, 2018 · 0 comments
Open

Identify more package systems for cleaning #117

mcandre opened this issue Nov 27, 2018 · 0 comments

Comments

@mcandre
Copy link

mcandre commented Nov 27, 2018

As an engineer, I want dockerfile_lint to recognize more kinds of package managers and report findings when they are not cleaned, so that I can lint even more kinds of images. (By the way, there are such things as BSD images!)

  • Void Linux packages: When xbps-install is used, then xbps-remove -O should be run.
  • FreeBSD-style packages: When pkg install... is used, then pkg clean -y should be run.
  • NetBSD-style packages: When pkgin [options...] install is used, then pkgin -y clean should run.
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

1 participant