DockerCLI/vendor/github.com/Microsoft/hcsshim
Sebastiaan van Stijn dff269b5e4
vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2
full diff: https://2226e083fc390003ae5aa8325c3c92789afa0e7a...b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2

includes:

- microsoft/hcsshim#718 wclayer: Work around Windows bug when expanding sandbox size
    - fixes microsoft/hcsshim#708 Windows Host Compute Service bug breaks docker (and other) sandboxes bigger than 20G on Windows 1903
    - fixes microsoft/hcsshim#624The hcsshim on Windows 10 1903 always fails to build Docker image
    - fixes/addresses docker/for-win#3884 An error occurred while attempting to build Docker image (especially this comment and the next comments after: https://github.com/docker/for-win/issues/3884#issuecomment-498939672)
    - fixes/addresses docker/for-win#4100 Windows 1903 fails when storage-opt used
    - fixes moby/moby#36831 hcsshim::PrepareLayer failed in Win32: The parameter is incorrect (https://github.com/moby/moby/issues/36831#issuecomment-498612392)
    - fixes Stannieman/audacity-with-asio-builder#5 Docker won't build container
    - fixes MicrosoftDocs/visualstudio-docs#3523 Error when running build with storage-opts set
    - fixes moby/moby#39524 Docker build windows 19.03 --storage-opt size>20G

Note that this is a temporary workaround for a bug in the platform, and will be reverted once that is addressed:

- microsoft/hcsshim#721 Revert 718 when Windows 19H1 has expand sandbox fix

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-07 10:28:00 +01:00
..
internal vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
osversion vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
LICENSE Vendoring bump for containerd and licensing 2018-08-20 09:42:05 -07:00
README.md vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
container.go vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
errors.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
go.mod vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
hcsshim.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
hnsendpoint.go vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
hnsglobals.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
hnsnetwork.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
hnspolicy.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
hnspolicylist.go Update containerd 1.2.4 and dependencies 2019-03-02 13:44:57 +01:00
hnssupport.go vndr docker/docker to 53e55db 2018-09-06 00:44:39 +00:00
interface.go Update containerd to 1.2.1 2019-02-02 13:30:55 +01:00
layer.go vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
process.go vendor: bump hcsshim b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2 2020-01-07 10:28:00 +01:00
zsyscall_windows.go Update containerd 1.2.4 and dependencies 2019-03-02 13:44:57 +01:00

README.md

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.

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.