deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
311 stars 48 forks source link

chore(k3d/Dockerfile): bump rancher/k3s base image #195

Closed vdice closed 10 months ago

vdice commented 10 months ago

The goal is mainly to inherit a v1.7.7+ version of containerd to get the OCI support mentioned in https://github.com/deislabs/containerd-wasm-shims/issues/191#issuecomment-1834436484. I chose a release still in the 1.27x range for k8s but there are 1.28 versions as well. Definitely open to suggestions on the actual version to bump to, assuming we're able to bump.

Caveat: I haven't been able to build this image and its dependencies locally -- may need pointers on how to best set up a cross-compilation env (I'm on Mac/Apple Silicon). I was hoping I could lean on CI or a kind volunteer to help verify this version is working as intended 😅