Commit Graph

4 Commits

Author SHA1 Message Date
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
Harald Welte 58343d6c87 Makefile: Fix 'make run' to use correct image name 2017-08-19 20:18:59 +02:00
Harald Welte 4bda77175e Introduce 'make run' to run the respective container 2017-08-19 19:51:35 +02:00
Harald Welte fc0fec7941 Import Makefile from https://github.com/mvanholsteijn/docker-makefile
upstream git version is 190313ea54af7d175dd3469a39a95654d068b83e
2017-08-19 19:31:49 +02:00