This commit is contained in:
2016-04-08 13:43:57 +02:00
commit 0af5591722
8 changed files with 1041 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
YYYYMMDD := $(shell date +%Y%m%d)
default: build
build:
script -q ./build.log docker build --no-cache -t sneak/sandbox .
docker tag sneak/sandbox sneak/sandbox:$(YYYYMMDD)
docker push sneak/sandbox
docker push sneak/sandbox:$(YYYYMMDD)