mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 20:41:22 +01:00
update per comments
This commit is contained in:
parent
694bbef633
commit
3f831b2326
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user