docker-playground/make
Harald Welte 6bce1e644f Makefiles: Don't tag images with versions by default
Tagging each build with a version means we have to clean up lots of
images manually.  Let's change this to:
* "make build" aka "make docker-build" only builds as $name:latest
* "make docker-tag" will tag $name:latest as $name:$version

This is racey, but then we don't really need version tags for the images
so far anyway.
2017-10-15 14:45:03 +00:00
..
.make-release-support Import Makefile from https://github.com/mvanholsteijn/docker-makefile 2017-08-19 19:31:49 +02:00
Makefile Makefiles: Don't tag images with versions by default 2017-10-15 14:45:03 +00:00