Derek McGowan
                                            Derek McGowan
                                        
                                    Add support for fetching referrers and pushing referring manifests with a subject field See https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc1/spec.md#listing-referrers https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc1/spec.md#pushing-manifests-with-subject ### Solutions - [ ] Add support in remote registry logic (https://github.com/containerd/containerd/pull/7644) - [...
CRI today uses a mix of the containerd client to pull images alongside a plugin specific implementation. The transfer service pull operation should replace this logic and be able to...
Currently the metadata snapshotter is not consistently adding keys to a lease when already exists is returned. When a lease is provided, any already exists errors should add the relevant...
Add api go module to 1.7. The plan is we do not need to update 1.7 to the 1.8 api go module if we separate it into its like we...
Keep platforms configuration on task manager and add environment config for shims. The `sched_core` config is very runtime specific and does not need to be a top level configuration, rather...
Adds a new `sync` parameter on the create image api endpoint which indicates all image resources should be fetched with the image. Requires containerd v1.7.17 with fix in unpacker to...
See https://github.com/containerd/containerd/releases/tag/v1.7.17 Includes a fix for the unpacker needed to support multiplatform pull in the containerd integration
This is the first step in unifying the error handling with containerd. The containerd/errdefs package has been updated to support all the error types and interfaces used within moby today....
Adds a new feature flag which will migrate to containerd snapshotter if there are no containers. To make layer migration efficient, only overlay2 and vfs is currently supported, less efficient...