rust-extensions
rust-extensions copied to clipboard
Rust crates to extend containerd
let channel = connect("/run/containerd/containerd.sock").await; let channel = match channel { Ok(channel) => channel, Err(error) => panic!("Problem connecting to containerd: {:?}", error), }; This code is getting the error below thread...
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. Changelog Sourced from tonic-build's changelog. v0.8.0 (2022-07-29) Features Add Grpc::with_origin for clients (#1017) (10f6d2f) build: Add option to emit rerun-if-changed...
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. Release notes Sourced from prost's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple,...
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. Changelog Sourced from tonic's changelog. v0.8.0 (2022-07-29) Features Add Grpc::with_origin for clients (#1017) (10f6d2f) build: Add option to emit rerun-if-changed...
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version. Release notes Sourced from prost-types's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple,...
Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. Changelog Sourced from protobuf's changelog. [3.1.0] - 2022-06-22 Reflection API to clear fields [3.0.3] - 2022-05-31 optional fields in proto3...
tried to run the shim as below. sudo ctr run --rm --runtime io.containerd.runc.v2-rs -t docker.io/library/hello-world:latest hello And got failure as below. unix:///run/containerd/e2575a053069a275.sock: connect: invalid argument: unknown I tried to debug...
Seems currently implementation supports UNIX-like OSs only, is there any plan for Windows or it's ok to focus on Unix-like OSs?
Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version. Release notes Sourced from simple_logger's releases. Version 3.0.0 What's Changed Ensure log levels are appropriately padded even on coloured outputs....
fix container process with stdout killed by sigpipe when containerd was stopped