Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
vendor: Revendor virtcontainers to 0.2.3 to fix a potential panic
Browse files Browse the repository at this point in the history
Let's vendor virtcontainers 0.2.3, it's a good version if we want to
minimize the changes while grabbing a fix for a panic that happens if
the shim disappears underneath us.

It's debatable if we should jump straight away to 0.3.0. That version
would also need us to re-vender the runv package. It will have to
happen, eventually, but we can control when.

An benefit of going slowly on the updates is that we can revert a later
vendoring to 0.3.0 if we find out it introduces regressions.

Fixes: #463

Signed-off-by: Damien Lespiau <[email protected]>
  • Loading branch information
Damien Lespiau committed Jan 19, 2017
1 parent 60fb0ac commit 820e74b
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 94 deletions.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"github.com/containers/virtcontainers": {
"url": "https://github.com/containers/virtcontainers.git",
"version": "v0.2.1",
"version": "v0.2.3",
"license": "Apache 2.0"
},
"github.com/stretchr/testify": {
Expand Down
8 changes: 4 additions & 4 deletions vendor/github.com/containers/virtcontainers/README.md

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

116 changes: 69 additions & 47 deletions vendor/github.com/containers/virtcontainers/hyperstart/hyperstart.go

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

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

0 comments on commit 820e74b

Please sign in to comment.