You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been following the spin quickstart tutorial and executing the steps exactly as described. I'm getting this error when trying to run the qs-wasm-spin container.
Error: failed to start containerd task "testwasm": Cannot read manifest file from "/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/testwasm/rootfs/spin.toml": unknown
The only difference with the example is that I've updated the Dockerfile to use rust 1.68.1 instead of 1.59 as noticed some issues with restoring the spin-sdk package on 1.59.
The spin.toml file looks to be copied to the container just fine.
I have been following the spin quickstart tutorial and executing the steps exactly as described. I'm getting this error when trying to run the
qs-wasm-spin
container.The only difference with the example is that I've updated the
Dockerfile
to use rust1.68.1
instead of1.59
as noticed some issues with restoring thespin-sdk
package on1.59
.The
spin.toml
file looks to be copied to the container just fine.Strangely the example image works just fine:
This image does also seem to contain the
spin_go_hello.wasm
file though, but I'm assuming that doesn't matter.Is the quickstart demo still up to date?
Thanks for any help on this!
The text was updated successfully, but these errors were encountered: