Skip to content

Releases: avirshup/DockerMake

v0.5.9

27 Sep 01:21
Compare
Choose a tag to compare

Fixes bug in path resolution introduced in 0.5.7

v0.5.8

26 Sep 01:17
Compare
Choose a tag to compare

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

23 Sep 00:04
Compare
Choose a tag to compare
  • 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

13 Jun 06:35
Compare
Choose a tag to compare

Adds registry login via command line; fixes extraneous output in terminals (thanks @accwebs !)

v0.5.5

02 Jun 19:18
Compare
Choose a tag to compare
Merge pull request #18 from avirshup/pushtest

Test the '--push' flag

v0.5.3

11 May 06:42
Compare
Choose a tag to compare

Fixes Dockerfile output, adds single-source python 2/3 support

Non-tty bugfix

21 Apr 22:29
Compare
Choose a tag to compare
Merge pull request #15 from avirshup/fixwidth

Fix line width for non-tty runs

PyPI distribution fix

02 Apr 00:24
Compare
Choose a tag to compare
Merge pull request #14 from avirshup/fix_distribution

Fix distribution

First CLI release

01 Apr 23:56
Compare
Choose a tag to compare
Merge pull request #13 from avirshup/internal_update

Makes this thing into a halfway maintainable project