Merge pull request #3489 from Evalle/fix-notary-link

ISSUE-3460 - Fix link to Notary repo
This commit is contained in:
Yan 2017-11-13 16:19:06 +08:00 committed by GitHub
commit e91fa5f7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ cur=$PWD
# the temp folder to store notary source code...
TEMP=`mktemp -d /$TMPDIR/notary.XXXXXX`
git clone -b $VERSION https://github.com/docker/notary.git $TEMP
git clone -b $VERSION https://github.com/theupdateframework/notary.git $TEMP
echo 'build the notary binary bases on the golang:1.7.3...'
cp binary.Dockerfile $TEMP
@ -56,4 +56,4 @@ docker build -f server.Dockerfile -t $SERVER_PHOTONIMAGE .
docker build -f signer.Dockerfile -t $SIGNER_PHOTONIMAGE .
echo 'Push image to docker hub.'
../../pushimage.sh $PHOTONIMAGE $USERNAME $PASSWORD
../../pushimage.sh $PHOTONIMAGE $USERNAME $PASSWORD