mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Explicitly set the gRPC connection params to take the timeout into account to workaround the containerd v2 client not passing down the stack. containerd v2 replaced usages of deprecated gRPC functions but didn't pass the timeout to the actual dial connection options. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>