Skip to content
Success

Changes

Summary

  1. image/cache: Require Major and Minor match for Windows OSVersion (details)
Commit d10756f356a4c67c6ed933692a17b66ff605d36f by Paweł Gronowski
image/cache: Require Major and Minor match for Windows OSVersion

The platform comparison was backported from the branch that vendors
containerd 1.7.

In this branch the vendored containerd version is older and doesn't have
the same comparison logic for Windows specific OSVersion.

Require both major and minor components of Windows OSVersion to match.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit b3888ed89951e568c1bf33b5223e3e515019e87f)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
The file was modified image/cache/compare_test.go (diff)
The file was modified image/cache/compare.go (diff)