1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/Microsoft/hcsshim
Kevin Parsons 2865478487 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>
2020-07-06 14:33:39 -07:00
..
cmd/containerd-shim-runhcs-v1/options vendor: Microsoft/hcsshim v0.8.9 2020-05-05 20:42:02 +02:00
ext4 Windows:Bump HCSShim to v0.8.3 2018-12-03 14:08:26 -08:00
internal Revendor hcsshim to fix image import bug 2020-07-06 14:33:39 -07:00
osversion Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
container.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
errors.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
go.mod vendor: Microsoft/hcsshim v0.8.9 2020-05-05 20:42:02 +02:00
hcsshim.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnsendpoint.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
hnsglobals.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnsnetwork.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnspolicy.go vendor: Microsoft/hcsshim v0.8.9 2020-05-05 20:42:02 +02:00
hnspolicylist.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnssupport.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
interface.go Add --device support for Windows 2018-11-21 15:31:17 -08:00
layer.go vendor: Microsoft/hcsshim v0.8.9 2020-05-05 20:42:02 +02:00
LICENSE Revendor Microsoft\hcsshim @ v0.5.17 2017-05-09 11:44:14 -07:00
process.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
README.md vendor: Microsoft/hcsshim v0.8.9 2020-05-05 20:42:02 +02:00
zsyscall_windows.go Vendor Microsoft/hcsshim @ v0.8.6 2019-02-05 09:52:31 -08:00

hcsshim

Build status

This package contains the Golang interface for using the Windows Host Compute Service (HCS) to launch and manage Windows Containers. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS).

It is primarily used in the Moby Project, but it can be freely used by other projects as well.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

We also ask that contributors sign their commits using git commit -s or git commit --signoff to certify they either authored the work themselves or otherwise have permission to use it in this project.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Dependencies

This project requires Golang 1.9 or newer to build.

For system requirements to run this project, see the Microsoft docs on Windows Container requirements.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

For additional details, see Report a Computer Security Vulnerability on Technet


Copyright (c) 2018 Microsoft Corp. All rights reserved.