containerd icon indicating copy to clipboard operation
containerd copied to clipboard

Move core/runtime/v2/shim to pkg/shim

Open mxpv opened this issue 2 years ago • 1 comments

shim package is meant to be shared part between the daemon and shim implementations. As v2 is the only runtime we currently support, there is no need to hide the shim package deeply in core's internals. Its APIs are stable for quite a while. Also double v2 is confusing when importing the package (containerd/containerd/v2/core/runtime/v2/shim).

mxpv avatar Mar 05 '24 01:03 mxpv

/test pull-containerd-node-e2e

mxpv avatar Mar 05 '24 05:03 mxpv

Rebased to include changes from https://github.com/containerd/containerd/pull/9939

mxpv avatar Mar 07 '24 18:03 mxpv