Skip to content

Initial Release

Latest

Choose a tag to compare

@jimschubert jimschubert released this 30 Mar 17:12
· 0 commits to main since this release

This is the initial release of docker-parser.

This attempts to retain as much whitespace as possible in the parsed result.
Comments and directives are treated as instructions.

Limitations:

  • The escape directive is supported for EOL line escapes only.
  • Heredocs lose indent on the first line of the heredoc.
  • Multi-line RUN instructions are collapsed to a single line.
  • Comments in multi-line RUN instructions are converted to preceding comments in the parsed result.

Full Changelog: https://github.com/jimschubert/docker-parser/commits/v1.0.3