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 a9f3902 commit cc70ec7Copy full SHA for cc70ec7
bin/y-build-like-sync
@@ -47,13 +47,12 @@ case "$RUNTIME_IMAGE" in
47
docker push $RUNTIME_IMAGE
48
;;
49
$BUILDS_REGISTRY* )
50
- y-crane validate --remote=$RUNTIME_IMAGE
51
52
esac
53
54
-# # crane hangs for a long time if it doesn't know that the registry is plain http
55
-# RUNTIME_IMAGE=$(echo $RUNTIME_IMAGE | sed 's|.local/|.local:80/|')
56
-# IMAGE=$(echo $IMAGE | sed 's|.local/|.local:80/|')
+# crane hangs for a long time if it doesn't know that the registry is plain http
+RUNTIME_IMAGE=$(echo $RUNTIME_IMAGE | sed 's|.local/|.local:80/|')
+IMAGE=$(echo $IMAGE | sed 's|.local/|.local:80/|')
57
58
# This is a PoC, let's make a lot of assumptions to simplify
59
context=.
0 commit comments