From 810209d1559f41b92ebb7def951d4db5c3b1ba7b Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 7 Sep 2017 12:08:40 -0700 Subject: [PATCH] Revendor Microsoft/hcsshim @ v0.6.4 Signed-off-by: John Howard Upstream-commit: e47c626e0a5e7285782620c027b3d5195c643a5a Component: engine --- components/engine/vendor.conf | 2 +- .../vendor/github.com/Microsoft/hcsshim/interface.go | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/engine/vendor.conf b/components/engine/vendor.conf index af48ebadb8..3d2767e776 100644 --- a/components/engine/vendor.conf +++ b/components/engine/vendor.conf @@ -1,6 +1,6 @@ # the following lines are in sorted order, FYI github.com/Azure/go-ansiterm 19f72df4d05d31cbe1c56bfc8045c96babff6c7e -github.com/Microsoft/hcsshim v0.6.3 +github.com/Microsoft/hcsshim v0.6.4 github.com/Microsoft/go-winio v0.4.5 github.com/moby/buildkit da2b9dc7dab99e824b2b1067ad7d0523e32dd2d9 https://github.com/dmcgowan/buildkit.git github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76 diff --git a/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go b/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go index 9fc7852e41..e21f30025a 100644 --- a/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go +++ b/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go @@ -30,11 +30,12 @@ type Layer struct { } type MappedDir struct { - HostPath string - ContainerPath string - ReadOnly bool - BandwidthMaximum uint64 - IOPSMaximum uint64 + HostPath string + ContainerPath string + ReadOnly bool + BandwidthMaximum uint64 + IOPSMaximum uint64 + CreateInUtilityVM bool } type MappedPipe struct {