Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit d7e86d9

Browse files
kevparameyag
authored andcommitted
Revendor hcsshim to fix image import bug
This change brings in a single new commit from Microsoft/hcsshim. The commit fixes an issue when unpacking a Windows container layer which could result in incorrect directory timestamps. This manifested most significantly in an impact to startup times of some Windows container images (such as anything based on servercore). Signed-off-by: Kevin Parsons <kevpar@microsoft.com> (cherry picked from commit 286547848751229fa14974da389e1d4c676d8ee5) Signed-off-by: Ameya Gawde <agawde@mirantis.com> Upstream-commit: 9d6053eda290badf708da39839249d3b041dea6d Component: engine
1 parent 14ab1c3 commit d7e86d9

4 files changed

Lines changed: 23 additions & 16 deletions

File tree

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github.com/Azure/go-ansiterm d6e3b3328b783f23731bc4d058875b0371ff8109
2-
github.com/Microsoft/hcsshim 5bc557dd210ff2caf615e6e22d398123de77fc11 # v0.8.9
2+
github.com/Microsoft/hcsshim 9dcb42f100215f8d375b4a9265e5bba009217a85 # moby branch
33
github.com/Microsoft/go-winio 6c72808b55902eae4c5943626030429ff20f3b63 # v0.4.14
44
github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
55
github.com/golang/gddo 9b12a26f3fbd7397dee4e20939ddca719d840d2a

components/engine/vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go

Lines changed: 6 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)