Skip to content

Commit cc70ec7

Browse files
committed
Revert "Do we still have this issue?" -- Yes we do, or don't we?
Current issue was that `crane verify` was very slow. Is it always? Anyhow this change wasn't necessary for #39 This reverts commit 5179727.
1 parent a9f3902 commit cc70ec7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bin/y-build-like-sync

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ case "$RUNTIME_IMAGE" in
4747
docker push $RUNTIME_IMAGE
4848
;;
4949
$BUILDS_REGISTRY* )
50-
y-crane validate --remote=$RUNTIME_IMAGE
5150
;;
5251
esac
5352

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/|')
53+
# crane hangs for a long time if it doesn't know that the registry is plain http
54+
RUNTIME_IMAGE=$(echo $RUNTIME_IMAGE | sed 's|.local/|.local:80/|')
55+
IMAGE=$(echo $IMAGE | sed 's|.local/|.local:80/|')
5756

5857
# This is a PoC, let's make a lot of assumptions to simplify
5958
context=.

0 commit comments

Comments
 (0)