From: Martin Quinson Date: Wed, 21 Nov 2018 20:58:30 +0000 (+0100) Subject: Docker: one rule to regenerate them all X-Git-Tag: v3_22~791 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7c04c1ade0eee27d9d5732973aef62a71baa670c Docker: one rule to regenerate them all --- diff --git a/tools/docker/Makefile b/tools/docker/Makefile index b82cfc725e..06cc7a7c6a 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -5,10 +5,13 @@ default: @echo " make unstable -> build the git version of SimGrid (with SMPI, w/o MC)" @echo " make tuto-s4u -> build all what you need to take the S4U tutorial" @echo " make tuto-smpi -> build all what you need to take the SMPI tutorial" + @echo " make all -> build all but stable (ie, build-deps unstable tuto-s4u tuto-smpi)" @echo " make push -> push all images to the cloud" @echo "All our images are based on debian:testing" @echo "Also possible: DOCKER_EXTRA=--no-cache make unstable" +all: build-deps unstable tuto-s4u tuto-smpi + stable: export last_tag=`wget https://framagit.org/simgrid/simgrid/tags 2>/dev/null -O - | grep /simgrid/simgrid/tags/v | head -n1 | sed 's/[^>]*>//' | sed 's/<.*//'`; \ export url=`wget https://framagit.org/simgrid/simgrid/tags/$${last_tag} 2>/dev/null -O - | grep SimGrid- | perl -pe 's/.*?