Files
containerd/pkg/cri/server
Sebastiaan van Stijn 9bc8d63c9f cri/server: use containerd/oci instead of libcontainer/devices
Looks like we had our own copy of the "getDevices" code already, so use
that code (which also matches the code that's used to _generate_ the spec,
so a better match).

Moving the code to a separate file, I also noticed that the _unix and _linux
code was _exactly_ the same (baring some `//nolint:` comments), so also
removing the duplicated code.

With this patch applied, we removed the dependency on the libcontainer/devices
package (leaving only libcontainer/user).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-08 23:25:21 +02:00
..
2021-02-18 11:06:59 +08:00
2021-03-05 00:00:10 +08:00
2021-02-17 21:33:49 +08:00
2020-10-07 13:09:37 -07:00
2020-10-08 17:30:17 -07:00
2020-10-08 17:30:17 -07:00
2020-10-07 14:45:57 -07:00