James Sturtevant
James Sturtevant
Allow for using the client create on Windows (https://github.com/containerd/rust-extensions/tree/main/crates/client). Currently it fails to build with: ``` error[E0432]: unresolved import `tokio::net::UnixStream` --> C:\Users\jstur\.cargo\registry\src\index.crates.io-6f17d22bba15001f\containerd-client-0.4.0\src\lib.rs:81:9 | 81 | use tokio::net::UnixStream; | ^^^^^^^^^^^^^^^^^^^^^^ no...
``` 2023-09-27T16:54:46.0829155Z === CONT TestContainerAttachProcess 2023-09-27T16:54:46.2301858Z container_linux_test.go:716: write /proc/self/fd/29: broken pipe 2023-09-27T16:54:46.2314358Z container_linux_test.go:724: write /proc/self/fd/29: broken pipe 2023-09-27T16:54:46.2384256Z container_linux_test.go:746: expected output "hello\nhello\n" but received "" 2023-09-27T16:54:46.2591524Z --- FAIL: TestContainerAttachProcess (0.18s)...
We've seen failures with this test which is blocking PR's from passing tests. https://github.com/bytecodealliance/wit-bindgen/pull/923#issuecomment-2085822627 https://github.com/bytecodealliance/wit-bindgen/pull/939 We can revert this, when we have a fix.
After building the dockerfile `dockerfiles-windows/msbuild/netfx-4.7.1-webdeploy/Dockerfile` using it to build an asp.net application does not work. It seems that ```powershell Start-Process vs_BuildTools.exe -ArgumentList '--add', 'Microsoft.VisualStudio.Workload.WebBuildTools', '--quiet', '--norestart', '--nocache' -NoNewWindow -Wait; ```...
> We currently need to build nginx for x64. Do we have steps for that process and do they belong in this repo? Somehow, I missed this question. :) The...
In #255 we identified a few remaining images that are not upstream. We need to investigate if they are used by any tests and if so create upstream images for...
Update to golang 1.22 and use latest k8s/golang libraries
### What is the problem you're trying to solve Run WASM OCI artifact workloads in Containerd The CNCF [wasm working group](https://tag-runtime.cncf.io/wgs/wasm/) has been working on defining an OCI artifact that...
fixes: https://github.com/containerd/containerd/issues/9531 and https://github.com/kubernetes/kubernetes/issues/122092 `UsageNanoCores` should be calculated on a regular interval. This was previously maintained by kubelet but since moving the stats down to the CRI layer this causes...
This can be a follow-up task. Could you please add at least one integration test for testing spin OCI images? _Originally posted by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/issues/180#issuecomment-1809246758_ Since kd3 is used...