containerd/vendor/github.com/Microsoft/hcsshim
Kevin Parsons 82dccdc490 Update github.com/Microsoft/hcsshim to v0.8.15
Fixes #4915

Release info: https://github.com/microsoft/hcsshim/releases/tag/v0.8.15

Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
2021-03-02 16:07:40 -08:00
..
cmd/containerd-shim-runhcs-v1 Update hcsshim and go-winio vendoring 2020-12-18 16:56:29 -08:00
computestorage Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
ext4 Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
hcn Update hcsshim and go-winio vendoring 2020-12-18 16:56:29 -08:00
internal Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
osversion Update hcsshim and go-winio vendoring 2020-12-18 16:56:29 -08:00
pkg/go-runhcs Revendor github.com/Microsoft/hcsshim 2019-08-20 13:50:24 -07:00
test Go mod vendor 2020-12-01 01:41:25 +08:00
.gitattributes Update hcsshim and go-winio vendoring 2020-12-18 16:56:29 -08:00
.gitignore Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
.gometalinter.json Go mod vendor 2020-12-01 01:41:25 +08:00
appveyor.yml Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
CODEOWNERS Update hcsshim and go-winio vendoring 2020-12-18 16:56:29 -08:00
container.go bump microsoft/hcsshim to 0.8.7 2020-01-11 13:45:30 +08:00
errors.go Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
functional_tests.ps1 Go mod vendor 2020-12-01 01:41:25 +08:00
go.mod Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
go.sum Update github.com/Microsoft/hcsshim to v0.8.15 2021-03-02 16:07:40 -08:00
hcsshim.go Introduce containerd-shim-runhcs-v1 on Windows 2018-08-22 08:15:43 -07:00
hnsendpoint.go Revendor github.com/Microsoft/hcsshim 2019-08-20 13:50:24 -07:00
hnsglobals.go Introduce containerd-shim-runhcs-v1 on Windows 2018-08-22 08:15:43 -07:00
hnsnetwork.go Introduce containerd-shim-runhcs-v1 on Windows 2018-08-22 08:15:43 -07:00
hnspolicy.go Update to latest hcsshim - 0.8.9 2020-04-30 21:42:30 -04:00
hnspolicylist.go Revendor github.com/Microsoft/hcsshim to v0.8.3 2018-12-03 16:08:05 -08:00
hnssupport.go Introduce containerd-shim-runhcs-v1 on Windows 2018-08-22 08:15:43 -07:00
interface.go Revendor github.com/Microsoft/hcsshim 2018-11-09 15:51:44 -08:00
layer.go Update to latest hcsshim - 0.8.9 2020-04-30 21:42:30 -04:00
LICENSE Initial windows runtime work 2017-04-07 09:20:44 -07:00
process.go Revendor github.com/Microsoft/hcsshim 2019-08-20 13:50:24 -07:00
Protobuild.toml Go mod vendor 2020-12-01 01:41:25 +08:00
README.md Update to latest hcsshim - 0.8.9 2020-04-30 21:42:30 -04:00
zsyscall_windows.go Revendor github.com/Microsoft/hcsshim v0.8.4 2019-01-24 13:46:07 -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.