Skip to content

Commit

Permalink
fixup: install crane
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Oct 19, 2023
1 parent 6e26472 commit 34cb349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/setup-testing-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 34cb349

Please sign in to comment.