-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: integrate youki to the spin shim #119
Conversation
Signed-off-by: jiaxiao zhou <[email protected]>
Signed-off-by: jiaxiao zhou <[email protected]>
this commits deletes the runtime config path which isn't being used in the spin trigger. It also removes some commented lines of the stdio becuase now in the cgroup all the ios are handled by the prepare_stdio function and spin can just use the default stdio wiring up wasmtime. As a consequence of it, we can also remove podio.rs Signed-off-by: jiaxiao zhou <[email protected]>
This commits removes the command from workloads yamls. This is because now the spin image has an explicit entrypoint pointing to a executable wasm module, which is required by the libcontainer. I am expecting that this will go away with futuer iteration of the libcontainer Signed-off-by: jiaxiao zhou <[email protected]>
531b668
to
5f8df2c
Compare
Signed-off-by: jiaxiao zhou <[email protected]>
Signed-off-by: jiaxiao zhou <[email protected]>
Signed-off-by: jiaxiao zhou <[email protected]>
wooo the pipelines succeed! |
I am going to merge this in if there are no other comments. One breaking thing from the user side is that they no longer can just do
This isn't super desired and I expect that this will go away once this issue closes. |
This PR integrates youki's
libcontainer
crate to the spin shim.