diff --git a/make/photon/registry/Dockerfile_Golang b/make/photon/registry/Dockerfile.binary similarity index 100% rename from make/photon/registry/Dockerfile_Golang rename to make/photon/registry/Dockerfile.binary diff --git a/make/photon/registry/builder b/make/photon/registry/builder index 412365e1c..9533d4836 100755 --- a/make/photon/registry/builder +++ b/make/photon/registry/builder @@ -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)