Jin Dong

Results 7 issues of Jin Dong

### What would you like to be added? > Ask here instead of discussion since it may be a feature request. Feel free to move to discussion if it's already...

enhancement

**Is your feature request related to a problem? Please describe.** I want to exclude images in a specific repo from being replicated, while all other images can be replicated as...

help wanted
kind/requirement

Some services create a new `ptypes.Empty` pointer for every request. An improvement is to pre-define a pointer var and reuse the same one, which should reduce some heap allocation/gc/etc. The...

kind/refactor
size/M

This field has been deprecated since 1.3. I think we can remove it as part of 2.0 deprecation? The tracking issue mentioned in the code comment: https://github.com/containerd/cri/issues/1064 The release note...

area/cri
kind/cleanup
size/M

Fix #10780 This PR adds a `Config()` method to `ImageService` interface, which returns the CRI image config. Then within the `criService.Status` call, we call the above method and put it...

area/cri
size/S

This PR dedups 4 CRI helpers in `cri/server` and in `cri/server/sandbox`, and move the single copy to `cri/util`: [dedup ParseImageReferences](https://github.com/containerd/containerd/commit/f61dbc2d02830ab54746e0822cf9d6fce26a23fc): it has been moved to `cri/util`. This commit moves the...

area/cri
kind/refactor
size/XL

### What is the version of your Accelerated Container Image _No response_ ### What would you like to be added? Support generating a single layer overlaybd image in userspace convertor...

enhancement