Skip to content

Releases: containerbuildsystem/dockerfile-parse

2.0.1

18 Jul 13:33
Compare
Choose a tag to compare

Improvements

  • Removal of python-six module

2.0.0

13 Dec 18:25
Compare
Choose a tag to compare

Compatibility changes

  • Python 2 support has been dropped

Improvements

  • support --platform parameter in image_from
  • migrated tests to tox for easier testing and development

1.2.0

09 Jun 13:16
Compare
Choose a tag to compare

Improvements

  • Avoid adding repos to from scratch with alias

1.1.0

06 Nov 19:35
Compare
Choose a tag to compare

Improvements

1.0.0

03 Jul 15:23
ed38dc2
Compare
Choose a tag to compare

It was agreed by maintainers that maturity of this project is good enough to release major version 1 \o/ .

Improvements

  • Added support for ARG statement handling

0.0.18

02 Jun 16:54
Compare
Choose a tag to compare
  • minor code fixes

0.0.17

24 Apr 19:02
0375d86
Compare
Choose a tag to compare
  • minor specfile fixes
  • minor documentation fixes
  • minor code fix

0.0.16

21 Jan 15:28
Compare
Choose a tag to compare
  • instructions with special characters are not skipped anymore

0.0.15

15 Jul 14:51
Compare
Choose a tag to compare
  • implementation of comment instructions in DockerfileParser.structure
  • enable building py3 package for rhel8
  • improved error reporting when incorrect LABEL syntax is used

0.0.14

26 Apr 16:48
Compare
Choose a tag to compare
  • python 2.6 support has been dropped
  • The add_lines_at() method now correctly handles after=True when the anchor is a multi-line instruction from the structure.