Skip to content

1.67.0

Compare
Choose a tag to compare
@jelemux jelemux released this 04 Sep 14:33
· 60 commits to develop since this release
fc649b9

Changed

  • Switch to hadolint Dockerfile linter; #111

Added

  • Add Dockerfile class with new linting functions; #111
    • lint() lints with default hadolint config parameters. Only fails on errors
    • lintWithConfig() lets you specify the hadolint configuration

Deprecated

  • lintDockerfile() function should be replaced by the Dockerfile lint() function