Releases: avirshup/DockerMake
Releases · avirshup/DockerMake
v0.5.9
Fixes bug in path resolution introduced in 0.5.7
v0.5.8
Fixes bug from 0.5.7 that caused an error exit upon encountering any step definition without an explicit "FROM" base image.
0.5.7
- You can now use the "FROM_DOCKERFILE" keyword in place of "FROM";
my_image:
FROM_DOCKERFILE: path/to/Dockerfile
[...]
will automatically rebuild the dockerfile (using its directory as the build context)
- CLI output is cleaned up, organized, and colored
v0.5.6
Adds registry login via command line; fixes extraneous output in terminals (thanks @accwebs !)
v0.5.5
Merge pull request #18 from avirshup/pushtest
Test the '--push' flag
v0.5.3
Fixes Dockerfile output, adds single-source python 2/3 support
Non-tty bugfix
Merge pull request #15 from avirshup/fixwidth
Fix line width for non-tty runs
PyPI distribution fix
Merge pull request #14 from avirshup/fix_distribution
Fix distribution
First CLI release
Merge pull request #13 from avirshup/internal_update
Makes this thing into a halfway maintainable project