Skip to content

Commit

Permalink
vendor: Update virtcontainers vendoring
Browse files Browse the repository at this point in the history
This vendoring mainly updates virtcontainers after we merged an
important refactoring of the code regarding the proxy and shim
interfaces.

Shortlog:

cc8a959 kata_agent: Unmount properly the container
a82ff68 kata_agent: Add high level unit tests
9a1f1f1 agent: Store URL and ProxyPid info from each implementation
cfa2543 agent: Cleanup agent initialization
72e4468 agent: Push shim initialization down to the agent
9e8dadb agent: Push proxy initialization down to the agent
16e3a94 agent: Return process from createContainer()
41c85b2 proxy: Add proxyParams to proxy interface
67d5423 proxy: Rework proxy interface
b654115 qemu: Log default kernel params
d460a53 qemu: Remove unecessary parameter for buildKernelParams()

Fixes clearcontainers#975

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Jan 30, 2018
1 parent f515c21 commit 5e7d03c
Show file tree
Hide file tree
Showing 19 changed files with 672 additions and 893 deletions.
116 changes: 102 additions & 14 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "b137da4f2844920f5d59d129ae05c70da9df0a83"
revision = "c112a9f2b187153c1c7dc742618db77802c40bcf"

[prune]
non-go = true
Expand Down
32 changes: 1 addition & 31 deletions vendor/github.com/containers/virtcontainers/agent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e7d03c

Please sign in to comment.