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>
38 lines
1.9 KiB
Modula-2
38 lines
1.9 KiB
Modula-2
module github.com/Microsoft/hcsshim
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
|
|
github.com/blang/semver v3.1.0+incompatible // indirect
|
|
github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f
|
|
github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1
|
|
github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69
|
|
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
|
|
github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 // indirect
|
|
github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3
|
|
github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de
|
|
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
|
|
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 // indirect
|
|
github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2 // indirect
|
|
github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f // indirect
|
|
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700
|
|
github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 // indirect
|
|
github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f // indirect
|
|
go.opencensus.io v0.22.0
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
|
|
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3
|
|
google.golang.org/grpc v1.20.1
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
k8s.io/kubernetes v1.13.0
|
|
)
|