Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
vendor: Re-vendor virtcontainers
Browse files Browse the repository at this point in the history
Update virtcontainer specifically for commit fb1eecd which fixes the
issue of lingering bind-mounts after a container has been killed.

shortlog of virtcontainer changes:

    fb1eecd mount: Fix unmount of dangling bind-mounts
    d7462c7 pkg/oci: Clarify resource calculation comment
    027aab8 qemu: adjust QMP naming to avoid non-unique truncation
    0c4064e capabilities: Pass capabilities to hyperstart.
    e20ba9d oci: Add support for capabilities
    6776dd9 shim: Correct kata debug flag
    b307c08 qemu: refactor/simplify addDevice function
    747d364 vhost-user: rewrite to use interfaces/embedded types
    cc67fb0 vhost-user: enabling for vhost-user network devices
    f5587cf device: make a more generic function for hypervisor args
    d6f0600 gitignore: Add new shim binary to gitignore list
    bf8359f gitignore: Add new shim binary to gitignore list
    c30fd9a ci: Install missing dep tool
    d1bb792 kata_agent: Signal the kata shim
    08c96c2 shim: Generalize stopShim

Fixes #924.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Jan 16, 2018
1 parent 5d7237e commit 9799c43
Show file tree
Hide file tree
Showing 20 changed files with 772 additions and 65 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 @@ -72,4 +72,4 @@

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "387abeb4466d86aef1171b054f64ee8c636aa05f"
revision = "3a6bd62b25e130dc142ba430cf3b45c975d1878e"
2 changes: 2 additions & 0 deletions vendor/github.com/containers/virtcontainers/.gitignore

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

4 changes: 2 additions & 2 deletions vendor/github.com/containers/virtcontainers/container.go

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

Loading

0 comments on commit 9799c43

Please sign in to comment.