Releases: avirshup/DockerMake
Releases · avirshup/DockerMake
v0.8
v0.7
- 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
v0.6.1rc1
v0.6.1a3
v0.6.1a2
v0.6.1a1
v0.6.0
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
andignorefile
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