Skip to content

Releases: hadolint/language-docker

v12.1.0

31 Jan 10:03
24f7886
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.4.3...v12.1.0

10.0.0

06 May 08:45
7e4bcee
Compare
Choose a tag to compare
  • Added support for custom escape chars

9.2.0

09 Apr 14:39
Compare
Choose a tag to compare
  • fixes parsing of the required flag for RUN --mount

9.1.1

05 Jun 13:59
52fa625
Compare
Choose a tag to compare
  • Fix the parsing of dst modifier in RUN

9.1.0

03 Jun 21:45
f6654e1
Compare
Choose a tag to compare
  • Fixed parsing of RUN cache flag

9.0.0

02 Jun 08:35
9983e86
Compare
Choose a tag to compare
  • Support for experimental RUN flags
  • More accurate error locations
  • Improved parsing for ENV

6.0.3

06 Jul 08:51
d76ef40
Compare
Choose a tag to compare

Fixed parsing of the registry part in a FROM instruction. We now keep only the domain name, old and port as the registry, and the image name is anything coming after that.

6.0.1

07 Jun 08:37
40f9bfe
Compare
Choose a tag to compare
  • New faster parser based on megaparsec
  • Better AST

3.0.1

15 Mar 01:52
994c61d
Compare
Choose a tag to compare
  • Copiles under GHC 8.4

3.0.0

12 Mar 03:46
84f2885
Compare
Choose a tag to compare
  • Correctly parsing the docker registry names in FROM instructions
  • Improved the EDSL