Releases: containerbuildsystem/dockerfile-parse
Releases · containerbuildsystem/dockerfile-parse
2.0.1
Improvements
- Removal of python-six module
2.0.0
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
Improvements
- Avoid adding repos to from scratch with alias
1.0.0
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.17
- minor specfile fixes
- minor documentation fixes
- minor code fix
0.0.16
- instructions with special characters are not skipped anymore
0.0.15
- 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
- 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.