Skip to content

Releases: containerbuildsystem/dockerfile-parse

0.0.13

14 Nov 16:12
Compare
Choose a tag to compare
  • skip_scratch option for add_lines, to skip adding lines to FROM scratch sections

0.0.12

05 Oct 11:12
Compare
Choose a tag to compare
  • Require six package

0.0.11

13 Jun 20:23
Compare
Choose a tag to compare
  • Improve capabilities for multistage Dockerfiles

0.0.10

23 Mar 17:53
Compare
Choose a tag to compare
  • add newline if necessary when adding instructions

0.0.9

12 Feb 10:06
Compare
Choose a tag to compare
  • Do not overwrite multiple FROMs for multi-stage builds
  • Fix "LABEL summary=$SUMMARY" handling

0.0.8

17 Jan 15:47
Compare
Choose a tag to compare
  • Fix b2u()/u2b() for Python 3
  • Concatenated variables are now correctly expanded

0.0.7

23 May 10:06
8d2abe9
Compare
Choose a tag to compare
  • New context_structure property, for examining environment variables and labels at each Dockerfile line (#33)
  • Improvements to spec file

0.0.6

20 Dec 11:32
0.0.6
Compare
Choose a tag to compare
  • you can now specify a starting environment for environment variable substitution to use (#20)
  • a file-like object can now be used instead of a path (#23)
  • comments in multi-line instructions are now correctly skipped (#16)
  • new __version__ module attribute