update per comments

This commit is contained in:
wangyan 2017-07-24 17:49:59 -07:00
parent 694bbef633
commit 3f831b2326
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ git clone -b $VERSION https://github.com/docker/distribution.git $TEMP
echo 'build the registry binary bases on the golang:1.7.3...'
cp Dockerfile_Golang $TEMP
docker build -f $TEMP/Dockerfile_Golang -t registry-golang $TEMP
docker build -f $TEMP/Dockerfile.binary -t registry-golang $TEMP
echo 'copy the registry binary to local...'
ID=$(docker create registry-golang)