Skip to content

Releases: avirshup/DockerMake

v0.8

08 Jun 23:20
Compare
Choose a tag to compare
  • experimental support for squashing and keeping secret files out of the layer history
  • various bug fixes around the --all flag

v0.7

04 May 17:50
Compare
Choose a tag to compare
  • Set build arguments using same flags as for docker build
  • Support for docker python SDK 3.0+
  • Now publishing docker image: avirshup/docker-make:0.7

v0.6.1rc3

04 Apr 21:10
Compare
Choose a tag to compare
v0.6.1rc3 Pre-release
Pre-release

Updates for interface with docker python sdk

v0.6.1rc1

22 Feb 02:06
fef0403
Compare
Choose a tag to compare
v0.6.1rc1 Pre-release
Pre-release
Merge pull request #50 from avirshup/build_error_unicode

Fix error when formatting build failure messages in py2.7

v0.6.1a3

12 Jan 00:38
b7b40f0
Compare
Choose a tag to compare
v0.6.1a3 Pre-release
Pre-release

add build-arg support

v0.6.1a2

08 Nov 23:58
04df953
Compare
Choose a tag to compare
v0.6.1a2 Pre-release
Pre-release
Merge pull request #41 from avirshup/keep-build-tags

Make --keep-build-tags apply globally

v0.6.1a1

08 Nov 21:50
cde147b
Compare
Choose a tag to compare
v0.6.1a1 Pre-release
Pre-release

Add --keep-build-tags flag

v0.6.0

07 Nov 04:34
5b93234
Compare
Choose a tag to compare

New point-release, marking the overhaul in the late 0.5.x versions, and several brand-new features including:

  • specify custom dockerignore rules at each step (using ignore and ignorefile fields the YML file)
  • explicitly use pulled images as cache sources (--cache-repo and --cache-tag)
  • use an external dockerfile as a base (using the FROM_DOCKERFILE field)
  • colored, easier to scan output
  • more helpful error messages in more situations

v0.6.0rc4

03 Nov 19:32
3301973
Compare
Choose a tag to compare
v0.6.0rc4 Pre-release
Pre-release
Merge pull request #38 from avirshup/cleanup

Cachefrom cleanup

v0.6.0rc3

03 Nov 03:59
524d1be
Compare
Choose a tag to compare
v0.6.0rc3 Pre-release
Pre-release
Merge pull request #37 from avirshup/from_cache

Cache resolution from images with the same name