Add the git sha to version output
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
3b6cc7a7bb
commit
bea2072b95
13 changed files with 67 additions and 18 deletions
|
|
@ -10,6 +10,7 @@ fi
|
|||
TAG=$1
|
||||
VERSION="$(python setup.py --version)"
|
||||
|
||||
./script/write-git-sha
|
||||
python setup.py sdist
|
||||
cp dist/docker-compose-$VERSION.tar.gz dist/docker-compose-release.tar.gz
|
||||
docker build -t docker/compose:$TAG -f Dockerfile.run .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue