mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 02:04:28 +01:00
We do not get a root filesystem path from the agent when creating a new container for which the container image was not pulled by containerd. That prevents the agent from creating the container. To fix that, we populate the container root path with the internal rootfs path by fetching the containerd added image name annotation and mapping it back to a path through our image hash map. Fixes #3009 Signed-off-by: wllenyj <wllenyj@linux.alibaba.com> Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>