From 6c07689d85df9dae0a20c44b02025f804126d1fd Mon Sep 17 00:00:00 2001 From: Evgeny Shmarnev Date: Tue, 7 Nov 2017 09:47:22 +0100 Subject: [PATCH] Fix link to Notary repo --- make/photon/notary/builder_public | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/photon/notary/builder_public b/make/photon/notary/builder_public index 132f68aa3..cd299224e 100755 --- a/make/photon/notary/builder_public +++ b/make/photon/notary/builder_public @@ -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 \ No newline at end of file +../../pushimage.sh $PHOTONIMAGE $USERNAME $PASSWORD