dockerfile_lint icon indicating copy to clipboard operation
dockerfile_lint copied to clipboard

Identify more package systems for cleaning

Open mcandre opened this issue 6 years ago • 0 comments

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.

mcandre avatar Nov 27 '18 03:11 mcandre