containerd
containerd copied to clipboard
Move core/runtime/v2/shim to pkg/shim
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).
/test pull-containerd-node-e2e
Rebased to include changes from https://github.com/containerd/containerd/pull/9939