Skip to content

Commit

Permalink
Imagename is not necessary in build argument and it is not supported …
Browse files Browse the repository at this point in the history
…in FROM tag.
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent 42c382b commit fb8d21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source common.bash .

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

0 comments on commit fb8d21f

Please sign in to comment.