containerd/cmd/containerd-shim-runc-v2/runc
Brian Goff 11ffba3dc4 shim: Do not depend on pkg/oci
pkg/oci is a general utility package with dependency chains that are
uneccessary for the shim.
The shim only actually used it for a convenience function for reading
an oci spec file.
Instead of pulling in those deps just re-implement that internally in
the shim command.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2024-10-01 21:04:58 +00:00
..
container.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
platform.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
util.go shim: Do not depend on pkg/oci 2024-10-01 21:04:58 +00:00