mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-10 00:54:21 +01:00
Shimv2 protocol CreateTaskRequest.Options has a type of *google_protobuf.Any. If the call is from Docker, to decode the request, the proto types(github.com/containerd/containerd/runtime/v2/runc/options) should be imported. Fixes: #1576 Signed-off-by: bin <bin@hyper.sh>