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
Sebastiaan van Stijn e5d28115ee
vendor: regenerate
- all changes here are attributed to difference in behaviour between,
  namely:
  - resolution of secondary test dependencies
  - prunning of non-Go files

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-18 15:46:04 +01:00
..
cmd/containerd-shim-runhcs-v1/options vendor: regenerate 2022-01-18 15:46:04 +01:00
computestorage Update hcsshim vendor to v0.8.20 2021-07-09 15:36:39 -07:00
internal vendor: github.com/Microsoft/hcsshim v0.8.22 2021-11-05 14:55:40 +01:00
osversion Update hcsshim vendor to v0.8.20 2021-07-09 15:36:39 -07:00
pkg/ociwclayer vendor: github.com/containerd/containerd v1.5.2 2021-06-04 16:32:37 +02:00
.gitattributes vendor: regenerate 2022-01-18 15:46:04 +01:00
.gitignore vendor: regenerate 2022-01-18 15:46:04 +01:00
CODEOWNERS vendor: regenerate 2022-01-18 15:46:04 +01:00
container.go Update hcsshim vendor to v0.8.20 2021-07-09 15:36:39 -07:00
errors.go Update hcsshim vendor to v0.8.20 2021-07-09 15:36:39 -07:00
functional_tests.ps1 vendor: regenerate 2022-01-18 15:46:04 +01:00
hcsshim.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnsendpoint.go vendor: github.com/Microsoft/hcsshim v0.8.22 2021-11-05 14:55:40 +01: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 Update hcsshim vendor to v0.8.20 2021-07-09 15:36:39 -07: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
Protobuild.toml vendor: regenerate 2022-01-18 15:46:04 +01:00
README.md Bump hcsshim to get some fixes. 2021-04-07 22:45:33 +00: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.