File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ RUNTIME_IMAGE=$1
3535[ -z " $RUNTIME_IMAGE " ] && echo " First argument must be a runtime image to append the layer to" \
3636 && echo " To improve build times use a runtime image in the target repo" && exit 1
3737
38- # crane hangs for a long time if it doesn't know that the registry is plain http
39- RUNTIME_IMAGE=$( echo $RUNTIME_IMAGE | sed ' s|.local/|.local:80/|' )
40- IMAGE=$( echo $IMAGE | sed ' s|.local/|.local:80/|' )
38+ # # crane hangs for a long time if it doesn't know that the registry is plain http
39+ # RUNTIME_IMAGE=$(echo $RUNTIME_IMAGE | sed 's|.local/|.local:80/|')
40+ # IMAGE=$(echo $IMAGE | sed 's|.local/|.local:80/|')
4141
4242# This is a PoC, let's make a lot of assumptions to simplify
4343context=.
You can’t perform that action at this time.
0 commit comments