From de250d09a40c77b8d7e928c07386e4b4665558dc Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Tue, 10 Oct 2023 20:22:07 +0200 Subject: [PATCH] fixup: install crane Signed-off-by: Matej Vasek --- hack/setup-testing-images.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/setup-testing-images.sh b/hack/setup-testing-images.sh index dddbcedee4..d67c8f1a6a 100755 --- a/hack/setup-testing-images.sh +++ b/hack/setup-testing-images.sh @@ -11,6 +11,7 @@ ko build --tags "latest" -B ./cmd/func # Build custom buildah image for tests. # This image will accept registries ending with .cluster.local as insecure (non-TLS). +go install github.com/google/go-containerregistry/cmd/crane@latest crane append --base=quay.io/buildah/stable:v1.31.0 \ --new_layer="$(dirname "$0")/allow-insecure.tar" \ --new_tag=quay.io/buildah/stable:v1.31.0 \