James Sturtevant
James Sturtevant
Ideally, WASM images should be built to contain pretty much only the wasm module and maybe a configuration file for the runtime (i.e. slightfile.toml) and not much else. This would...
Currently we cannot use this project on Windows. This is an umbrella issue to track Windows support. There may be more items added as the work progresses. ~The project doesn't...
Consider adding containerd config options for the shim to enable feature code paths. Adding containerd config options for the shim would allow for on node configuration and debugging. It could...
If https://github.com/containerd/rust-extensions/pull/212 goes in and we adopt it we can clean up our logging story so we have more metadata for logs. For instance, write now our logs: ``` INFO]...
@Mossaka @jsturtevant After rebasing, I am noticing that I'm no longer seeing metrics for `cpuacct.usage`, mem and PIDS ok though. Not sure if this is just an issue I'm seeing...
We've added the ability to pre-compile layers in #405 and followed up with some improvements in #492. During the iterations it was identified that a similar API could be used...
As follow up to https://github.com/containerd/runwasi/pull/523, we could build the executable and publish as part of the release: https://github.com/containerd/runwasi/blob/main/crates/oci-tar-builder/README.md#executable-usage
same failure as on #422 ``` 2023-12-11T16:24:37.6263250Z [1m[32m Finished[0m test [unoptimized] target(s) in 28.73s 2023-12-11T16:24:38.0688247Z ././target/build/x86_64-unknown-linux-musl//x86_64-unknown-linux-musl/debug/deps/containerd_shim_wasmer-4cf9e40c15afbde7 --nocapture --test-threads=1 2023-12-11T16:24:38.1117914Z 2023-12-11T16:24:38.1118414Z running 7 tests 2023-12-11T16:24:38.6147511Z test wasmer_tests::test_custom_entrypoint ... ok 2023-12-11T16:24:38.7404433Z [2023-12-11T16:24:38Z...
1. This doesn't work with Docker. Not your fault since Docker is not filling in `container.Image` which is how you are traversing the content. I have a patch prepared (for...
**Description of the bug** When running on Windows Server 2019/2022 slight doesn't run: ``` PS C:\Program Files\containerd\release> .\slight.exe -h ``` **To Reproduce** Run either WS2022 and WS2019 ``` cmd /c...