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
{{ message }}
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
At https://github.com/rgl/spin-http-ts-example/tree/test-release I'm building an example spin http-ts application and pushing it with
spin registry pushto https://github.com/rgl/spin-http-ts-example/pkgs/container/spin-http-ts-example.The application works fine when running locally (using
spin up) and in fermyon cloud (usingspin deploy), but I cannot make it work with containerd 1.7.12 and https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.10.0/containerd-wasm-shims-v2-spin-linux-x86_64.tar.gz.containerd is configured as:
I've tried with:
ctr image pull \ ghcr.io/rgl/spin-http-ts-example:0.1.0-rc5 ctr run \ --rm \ --runtime io.containerd.spin.v2 \ ghcr.io/rgl/spin-http-ts-example:0.1.0-rc5 \ ctr-spin-http-ts-exampleBut nothing seems to happen besides the shim being started:
Can you please help me getting it running in containerd?