Hadolint Versions Save

Dockerfile linter, validate inline bash, written in Haskell

v1.22.1

3 years ago
  • New release script

v1.22.0

3 years ago

Improvements

  • Added --no-fail flag (#528)

Fixes

  • Understands pipx and pyenv (#532)
  • Hadolint is once again distributed as a static binary (#541)

v1.21.0

3 years ago
  • Added the gitlab_codeclimate formatter

v1.20.0

3 years ago

v1.19.0

3 years ago

Bugfixes

  • Fix false positive with quoted WORKDIR (#492)
  • pip install from local archive no longer emits DL3013 (#493)

New features

  • Rules: Add rules for yum commands, (#471)
  • Adde rules for zypper (#481)

Huge thanks to @m-ildefons for all the contributions to this release

v1.18.2

3 years ago

Improvements

  • Runs the linter in parallel when supplied many Dockerfiles. This should significantly speedup runs when lots of files need to be checked

v1.18.1

3 years ago

Bug Fixes:

  • Correctly parses files with windows style line endings
  • Fixes error where trailing whitespace in a COPY instructions results in an exception

v1.18.0

3 years ago

Bugfixes

  • No longer require sharing as a modifier for --mount=type=cache #432

v1.17.7

3 years ago

Bugfixes

  • Improves parsing of ENV instructions with variables
  • Correctly parsing experimental RUN flags

v1.17.6

4 years ago

Docs

  • Improve integration listing #394
  • Use parseText in stack repl example #419

Features

  • Add support for apk add -X option #409
  • Add cabal flag for static compilation #417

Bugfixes

  • CircleCI example #415
  • Build with Stack LTS 15 (GHC 8.8) #416