Initial commit
This commit is contained in:
parent
745bfc8d2b
commit
fe8343300a
5 changed files with 166 additions and 4 deletions
6
dockerbuild.sh-dist
Executable file
6
dockerbuild.sh-dist
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
VERSION=`git rev-parse --abbrev-ref HEAD`
|
||||
BUILD=`git rev-list HEAD --count`
|
||||
echo $VERSION-$BUILD
|
||||
docker build -t dr.dnix.de/flokatirc:$VERSION-$BUILD -f Dockerfile .
|
||||
docker push dr.dnix.de/flokatirc:$VERSION-$BUILD
|
Loading…
Add table
Add a link
Reference in a new issue