rust-extensions
rust-extensions copied to clipboard
Rust crates to extend containerd
@Burning1020 @mxpv another way to fix https://github.com/containerd/rust-extensions/pull/270, this pr don't need to use unbounded_channel can you review this pr ? Thank you.
Updates the requirements on [oci-spec](https://github.com/containers/oci-spec-rs) to permit the latest version. Release notes Sourced from oci-spec's releases. v0.6.7 What's Changed Fix Windows build and add cross compilation targets to CI by...
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. Release notes Sourced from windows-sys's releases. 0.59.0 This release includes an update to the windows-sys crate only. The windows-sys crate...
if the process ID is not found, I think an error should be returned.
I want to add a queue in the publisher to try reporting messages and give a 5 seconds timeout, if necessary.
if init is paused/pausing, exec state should be the same
Send delete event while initial process deleted, When performing exec delete, no delete event is sent.
Fix the issue of stderr not being redirected to the shim log FIFO file in the shim log.
Signal processing only occurs in the default parameters of shim and delete; Without registering signal processing with the start parameter, it should be present in all cases