mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 20:00:56 +00:00
Merge pull request #3489 from Evalle/fix-notary-link
ISSUE-3460 - Fix link to Notary repo
This commit is contained in:
commit
e91fa5f7a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user