mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Pass `context.Context` through `tarexport.Load` and `tarexport.Save`. Create OTEL spans for the most time consuming operations. Also, handle context cancellations to actually end saving/loading when the operation is cancelled - before this PR the daemon would still be performing the operation even though the user already cancelled it. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>