Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added build script from util repo
Chris Bynum committed Aug 4, 2016
1 parent becf89b commit cf1ce08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh 100644 → 100755
@@ -2,5 +2,5 @@

source common.bash .

echo "Building new Docker image($maintainer/$imagename)"
echo "Building new Docker image($maintainer/$imagename) - Version ($version)"
docker build --rm -t $maintainer/$imagename --build-arg maintainer=$maintainer --build-arg imagename=$imagename --build-arg version=$version .

0 comments on commit cf1ce08

Please sign in to comment.