containerd / runwasi

Facilitates running Wasm / WASI workloads managed by containerd
Apache License 2.0
1.01k stars 82 forks source link

Update kind and use for oci as well #472

Closed jsturtevant closed 5 months ago

jsturtevant commented 5 months ago

Kind 0.21 came out: https://github.com/kubernetes-sigs/kind/releases/tag/v0.21.0

This has the correct containerd version for using oci images, so we can get rid of the custom kind image.

Mossaka commented 5 months ago

Close #447