Skip to content

Releases: hadolint/hadolint

v1.6.4

21 Apr 20:22
4b86c35
Compare
Choose a tag to compare

Bug fixes:

  • Fixed crash happening on certain empty instructions

v1.6.3

20 Apr 10:01
5418b9b
Compare
Choose a tag to compare

Bug fixes:

  • Avoid a fals positive when using the -yqq flag for apt-get (#188)

v.1.6.2

26 Mar 11:44
76324aa
Compare
Choose a tag to compare

Bug fixes:

  • Improved parsing of pip install and npm install to avoid incorrect flagging of issues (#181)

v1.6.1

23 Mar 11:28
ab65b33
Compare
Choose a tag to compare

Bug fixes:

  • Fixed DL3009 when using in intermediate stages (#167)

v.1.6.0

22 Mar 00:35
bd99295
Compare
Choose a tag to compare

New features:

  • Ability to ignore rules using comments in the dockerfile
# hadolint ignore=DL3001,DL3020
RUN ..

Bug fixes

  • Fixed false positive when passing the -t argument to apt-get install
  • Fixed UTF-8 handling in the provided docker image

v1.5.1

16 Mar 19:55
d759349
Compare
Choose a tag to compare
  • Fixed parsing for image names containing the registry host name
  • Fixed false positive when executing pip install .

v1.5.0

20 Feb 09:06
b985d84
Compare
Choose a tag to compare

For User

Added several output formats:

  • Json
  • CodeClimate json
  • Checkstyle xml

You can use the --format or -f flags in command line to switch between them.

v1.4.0

04 Feb 17:17
663e0b3
Compare
Choose a tag to compare

For user

  • Added rules DL3022, DL3023 and DL3024 to check validity of image aliases in FROM instructions

For developer

  • Added new traversal functions instructionRuleLine and instructionRuleState

v1.3.0

26 Jan 08:16
3b2b12a
Compare
Choose a tag to compare

For User

  • Accept any -- arguments with npm and -g, -f
  • No longer warning on flags passed to pip
  • Added warning DL3021

v1.2.6

09 Jan 10:21
e03cbb0
Compare
Choose a tag to compare

For user

  • Ability to configure the list of ignored rules using a yaml file