mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
full diff: https://github.com/containerd/containerd/compare/v1.5.2...v1.5.3 - Fix User Agent sent to registry authentication server (changes default user- agent from "Go-http-client/1.1" to "containerd/v1.5.3") - Fix missing Body.Close() calls on push to docker remote - Change Wrapf of non-error to an actual error - fixes Failed to pull image (unexpected commit digest) - fix invalid validation error checking - Update hcsshim to 0.8.18 - Update Go to 1.16.6 - content/local: inline sys.StatATimeAsTime() - windows: Use GetFinalPathNameByHandle for ResolveSymbolicLink - Fix cleanup context of teardownPodNetwork - fixes CRI fails to invoke CNI plugin to teardown network when RunPodSandbox times out - sandbox: send pod UID to CNI plugins as K8S_POD_UID Signed-off-by: Sebastiaan van Stijn <github@gone.nl>