Henry Wang
Henry Wang
Upgrading to Firecracker 1.0.0 caused regression in `TestOOM_Isolated` [integration test](https://github.com/firecracker-microvm/firecracker-containerd/blob/main/runtime/service_integ_test.go#L1994). The original 2MB memory limit caused `runc` to fail to launch a `dd` task. The following error message was observed...
Fixes: #9726 Update the `CRIImageService.UpdateImage` routine to pass image ref to `getLabels` so that a CRI image could be correctly pinned if it's pulled outside of CRI, e.g. via `ctr...
### Description CRI plugin [monitors](https://github.com/containerd/containerd/blob/main/pkg/cri/server/events.go#L368) ImageCreate events and calls [CRIImageService.UpdateImage](https://github.com/containerd/containerd/blob/main/pkg/cri/server/images/image_pull.go#L368) to update references and labels. `UpdateImage` calls [getLabels](https://github.com/containerd/containerd/blob/main/pkg/cri/server/images/image_pull.go#L382) to calculate the labels for the image. `getLabels` will add the pinned...
Upgrade containerd to v1.7 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Adding pprof capability to containerd-runc-shim-v2. This makes the shim to expose an additional debugging endpoint when running in DEBUG mode. And users can capture pprof data via ctr: ``` NAME:...
Enhance user namespace implementation to support multi-entry uid/gid mappings. This is 1st patch (out of 2) that supports multiple entries of uid/gid configurations. This patch focuses on the "slow" path...
This is a follow-up PR of the previous #10307 to support multiple id mappings for ID mapped mounts. #### What's changed * Added 'WithUserNSRemapperLabels()' to take multiple uid/gid mappings *...
Issue #, if available: *Description of changes:* *Testing done:* - [ ] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my...
**What is the problem you're trying to solve?.** Today Finch requires root privilege to bootstrap the LIMA VM on MacOS. It would be great if the root privilege is not...
Hi, I'd like to start a discussion about potentially backporting v3 shim API support to containerd 1.7. This is related to the compatibility challenges we're seeing with the new runc...