mirror of
https://github.com/containerd/containerd.git
synced 2026-08-10 17:14:49 +00:00
Commit3c8469a782removed uses of the api types.Platform type from public interfaces, instead using the type from the OCI image spec. For convenience, it also introduced an alias in the platforms package. While this alias allows packages that already import containerd's platforms package (now a separate module), it may also cause confusion (it's not clear that it's an alias for the OCI type), and for packages that do not depend on containerd's platforms package / module may now be resulting in an extra dependency. Let's remove the use of this alias, and instead use the OCI type directly. Equivalent of446e63579cin main. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>