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

Commit

Permalink
vendor: Update virtcontainers vendoring
Browse files Browse the repository at this point in the history
Shortlog of what have been added since the last vendoring:

e99f6b2 qemu: Enable specific flags if running on VMM
3b40bc0 hyperstart: add suport for user, group and additional groups
f7be1c0 hypervisor: Detect if running on a VMM
b79ccb4 vendor: Update ciao vendoring
47c6912 pause: Rewrite pause binary in go.
f82fc60 pkg: oci: support OCI spec cpu quota/period
1b02f69 pkg: oci: support OCI spec memory limit
d0bb122 qemu: set maxmem to host memory size
4dce315 hyperstart: move hyper and tty socket to per-pod runtime
2018d1a 1.0.0-rc.4 release
1140aca hypervisor: export SerializeParams and DeserializeParams
89577b2 pod: Allow to stop a pod in ready state as a special case
8fdcb90 pod: Ignore container ready or stopped when stopping the pod
72a0be6 pod: Factorize pod stop() function
7f61c04 container: Don't issue an error if trying to stop a stopped
10c592f container: Signal a ready container is valid but not stopping
ae8fcbb api: Update the container status when retrieving its status

The vendoring of the ciao package has also been updated because
virtcontainers relies on latest ciao version.

Fixes #436

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Aug 18, 2017
1 parent 8f4f4c2 commit c3e3620
Show file tree
Hide file tree
Showing 22 changed files with 617 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ sudo docker ps -a
# Execute the tests under `clearcontainers/tests` repository.
test_repo="github.com/clearcontainers/tests"
cd "${GOPATH}/src/${test_repo}"
sudo -E PATH=$PATH make check
sudo -E PATH=$PATH TIMEOUT=15 make check
4 changes: 2 additions & 2 deletions Gopkg.lock

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

17 changes: 6 additions & 11 deletions vendor/github.com/01org/ciao/.travis.yml

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

20 changes: 10 additions & 10 deletions vendor/github.com/01org/ciao/DeveloperQuickStart.md

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

8 changes: 3 additions & 5 deletions vendor/github.com/01org/ciao/README.md

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

15 changes: 15 additions & 0 deletions vendor/github.com/01org/ciao/packages.json

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

33 changes: 33 additions & 0 deletions vendor/github.com/01org/ciao/qemu/qemu.go

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

Loading

0 comments on commit c3e3620

Please sign in to comment.