We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cec90c commit 3a0bc0dCopy full SHA for 3a0bc0d
make/photon/registry/builder.sh
@@ -24,7 +24,7 @@ cd $cur
24
25
echo 'build the registry binary ...'
26
cp Dockerfile.binary $TEMP
27
-docker buildx build --build-arg golang_image=$GOBUILDIMAGE -f $TEMP/Dockerfile.binary -t registry-golang $TEMP
+docker buildx build --build-arg golang_image=$GOBUILDIMAGE -f $TEMP/Dockerfile.binary -t registry-golang --load $TEMP
28
29
echo 'copy the registry binary to local...'
30
ID=$(docker create registry-golang)
0 commit comments