Skip to content

Commit d725ebe

Browse files
authored
Merge pull request #2718 from jterry75/update_runhcs
Revendor github.com/Microsoft/hcsshim
2 parents 5993d09 + 3f1d9b2 commit d725ebe

File tree

105 files changed

+1955
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1955
-12
lines changed

runtime/v2/runhcs/service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"time"
3636

3737
winio "github.com/Microsoft/go-winio"
38-
"github.com/Microsoft/hcsshim/cmd/go-runhcs"
38+
"github.com/Microsoft/hcsshim/pkg/go-runhcs"
3939
containerd_types "github.com/containerd/containerd/api/types"
4040
"github.com/containerd/containerd/api/types/task"
4141
"github.com/containerd/containerd/errdefs"

snapshots/lcow/lcow.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"time"
3333
"unsafe"
3434

35-
"github.com/Microsoft/hcsshim/cmd/go-runhcs"
35+
"github.com/Microsoft/hcsshim/pkg/go-runhcs"
3636
"github.com/containerd/containerd/errdefs"
3737
"github.com/containerd/containerd/log"
3838
"github.com/containerd/containerd/mount"

vendor.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ golang.org/x/sync 450f422ab23cf9881c94e2db30cac0eb1b7cf80c
3333
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
3434
github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d366bf3f19b2b2a000a831940f0f7e0
3535
github.com/Microsoft/go-winio v0.4.11
36-
github.com/Microsoft/hcsshim v0.7.9
36+
github.com/Microsoft/hcsshim v0.7.12
3737
google.golang.org/genproto d80a6e20e776b0b17a324d0ba1ab50a39c8e8944
3838
golang.org/x/text 19e51611da83d6be54ddafce4a4af510cb3e9ea4
3939
github.com/containerd/ttrpc 2a805f71863501300ae1976d29f0454ae003e85a

vendor/github.com/Microsoft/hcsshim/hnsendpoint.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/guestrequest/types.go

+85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/hcs/hcs.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go

+27-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema1/schema1.go

+20-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema2/battery.go

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema2/chipset.go

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)