Skip to content

Commit

Permalink
Revert "Do we still have this issue?" -- Yes we do, or don't we?
Browse files Browse the repository at this point in the history
Current issue was that `crane verify` was very slow. Is it always?
Anyhow this change wasn't necessary for #39

This reverts commit 5179727.
  • Loading branch information
solsson committed May 11, 2021
1 parent a9f3902 commit cc70ec7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/y-build-like-sync
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ case "$RUNTIME_IMAGE" in
docker push $RUNTIME_IMAGE
;;
$BUILDS_REGISTRY* )
y-crane validate --remote=$RUNTIME_IMAGE
;;
esac

# # 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/|')
# 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/|')

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

0 comments on commit cc70ec7

Please sign in to comment.