From 9511268e9bf51e806fd65c707f06bf185287fddf Mon Sep 17 00:00:00 2001 From: Sandeep Bansal Date: Thu, 12 Jan 2017 21:16:54 -0800 Subject: [PATCH] Vendoring latest hcsshim Signed-off-by: Sandeep Bansal Upstream-commit: 0f25dc2440cae3e584515af6d8b0d9e386f0e3e3 Component: engine --- components/engine/vendor.conf | 2 +- .../engine/vendor/github.com/Microsoft/hcsshim/interface.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/vendor.conf b/components/engine/vendor.conf index f5ab87bae6..b6b53e50fe 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 388960b655244e76e24c75f48631564eaefade62 -github.com/Microsoft/hcsshim v0.5.9 +github.com/Microsoft/hcsshim v0.5.10 github.com/Microsoft/go-winio v0.3.7 github.com/Sirupsen/logrus v0.11.0 github.com/davecgh/go-spew 6d212800a42e8ab5c146b8ace3490ee17e5225f9 diff --git a/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go b/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go index 000a18c1be..794821899e 100644 --- a/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go +++ b/components/engine/vendor/github.com/Microsoft/hcsshim/interface.go @@ -65,6 +65,7 @@ type ContainerConfig struct { HvRuntime *HvRuntime `json:",omitempty"` // Hyper-V container settings. Used by Hyper-V containers only. Format ImagePath=%root%\BaseLayerID\UtilityVM Servicing bool // True if this container is for servicing AllowUnqualifiedDNSQuery bool // True to allow unqualified DNS name resolution + DNSSearchList string `json:",omitempty"` // Comma seperated list of DNS suffixes to use for name resolution } type ComputeSystemQuery struct {