Skip to content

Releases: hadolint/hadolint

v1.14.0

23 Oct 18:32
ad953e0
Compare
Choose a tag to compare

Bug Fixes

  • Correctly reading stdin instead of pseudo-file `/dev/stdin/
  • It now allows FROM instructions having both a tag and a digest

v1.13.0

10 Sep 14:18
f355fc0
Compare
Choose a tag to compare

New features

  • Hadolint can now be fully used as a library. This enables the possibility of creating your own binaries with added rules or different logic.

v1.12.0

01 Sep 17:20
e23072e
Compare
Choose a tag to compare

New Features

  • Added support for Codacy format

v1.11.2

24 Aug 09:04
9c5e959
Compare
Choose a tag to compare

Bug Fixes

  • Fixed false positive in DL3014 (#259)

v1.11.1

17 Aug 19:52
0e692dd
Compare
Choose a tag to compare

Bug Fixes

  • Fixed false positive when executing nom run install (#257)

v1.11.0

13 Aug 17:10
3709c35
Compare
Choose a tag to compare

New Features

  • Added the --config flag to specify a custom configuration file
  • Added support for the --constraint flag in pip install

Bug fixes

  • Do not run Shellcheck the the SHELL is set to powershell

v1.10.4

20 Jul 11:23
78445d1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed DL3002, it was incorrectly implemented

v1.10.3

14 Jul 20:30
6b2df31
Compare
Choose a tag to compare

Bug Fixes

  • Fixed false positive when adding spaces around inside square brackets for CMD

v1.10.2

09 Jul 21:36
6e2ad07
Compare
Choose a tag to compare

Bug fixes

  • fixed problem with DL3026 when using an alis stage as an image in another FROM close

v1.10.1

07 Jul 19:31
6dd4549
Compare
Choose a tag to compare

Bug Fixes

  • Suppressed about using the ash shell #234