Bin Liu
457b0beaf0
runtime-rs: update Cargo.lock
...
src/dragonball/Cargo.toml is updated and the Cargo.lock is not
commited into repo.
Fixes : #5280
Signed-off-by: Bin Liu <bin@hyper.sh >
2022-09-29 13:15:01 +08:00
Bin Liu
407e46b1b7
Merge pull request #5218 from bergwolf/github/deps
...
runtime/runtime-rs: update dependency
2022-09-27 11:02:46 +08:00
Zhongtao Hu
4a36bb9e21
Merge pull request #4924 from openanolis/runtime-rs-netUT
...
runtime-rs: add unit tests for network resource
2022-09-23 17:45:24 +08:00
Peng Tao
7fbc883879
runtime-rs: drop dependency on rustc-serialize
...
We are not using it and it hasn't got any updates for more than five
years, leaving open CVEs unresolved.
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2022-09-21 17:19:58 +08:00
wllenyj
0399da677d
runtime-rs: update dependencies
...
Updated Cargo.lock.
Signed-off-by: wllenyj <wllenyj@linux.alibaba.com >
2022-09-20 15:00:14 +08:00
Ji-Xinyou
59aeb776b0
runtime-rs: shim management
...
Add shim management http server and boot it as a light-weight thread
when the sandbox is created.
Fixes : #5114
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com >
2022-09-06 16:44:16 +08:00
Ji-Xinyou
a828292b47
runtime-rs: add unit tests for network resource
...
Add UTs for network resource
Fixes : #4923
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com >
2022-09-01 10:13:09 +08:00
Derek Lee
52bbc3a4b0
cargo.lock: update crates to comply with checks
...
Updates versions of crossbeam-channel because 0.52.0 is a yanked package
(creators mark version as not for release except as a dependency for
another package)
Updates chrono to use >0.42.0 to avoid:
https://rustsec.org/advisories/RUSTSEC-2020-0159
Updates lz4-sys.
Signed-off-by: Derek Lee <derlee@redhat.com >
2022-08-30 10:08:41 -07:00
Peng Tao
e0ec09039d
runtime-rs: update async-std dependency
...
So that we bump several indirect dependencies like crossbeam-channel,
crossbeam-utils to bring in fixes to known security issues like CVE-2020-15254.
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2022-08-24 16:56:29 +08:00
Peng Tao
338c282950
dep: update nix dependency
...
To fix CVE-2021-45707 that affects nix < 0.20.2.
Fixes : #4929
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2022-08-17 16:06:26 +08:00
Bin Liu
eab7c8f28f
runtime-rs: delete vergen dependency
...
vergen is a build dependency, but it is not being used.
we are processing ver/commit hash by make command, but not by vergen.
Fixes : #4920
Signed-off-by: Bin Liu <bin@hyper.sh >
2022-08-16 15:31:24 +08:00
Bin Liu
ca9d16e5ea
runtime-rs: update Cargo.lock
...
Update Cargo.lock
Fixes : #4875
Signed-off-by: Bin Liu <bin@hyper.sh >
2022-08-11 10:34:36 +08:00
Bin Liu
758cc47b32
Merge pull request #4671 from liubin/4670-upgrade-nix
...
kata-sys-util: upgrade nix version
2022-07-18 23:31:07 +08:00
xuejun-xj
99654ce694
runtime-rs: update dbs-xxx dependencies
...
Update dbs-xxx commit ID for aarch64 in runtime-rs/Cargo.toml file to add
dependencies for aarch64.
Fixes : #4676
Signed-off-by: xuejun-xj <jiyunxue@alibaba.linux.com >
2022-07-18 13:46:46 +08:00
liubin
996a6b80bc
kata-sys-util: upgrade nix version
...
New nix is supporting UMOUNT_NOFOLLOW, upgrade nix
version to use this flag instead of the self-defined flag.
Fixes : #4670
Signed-off-by: liubin <liubin0329@gmail.com >
2022-07-15 17:38:15 +08:00
Chao Wu
1befbe6738
runtime-rs: Cargo lock for fix version problem
...
Cargo lock for fix version problem
Signed-off-by: Chao Wu <chaowu@linux.alibaba.com >
2022-07-14 08:49:39 +08:00
Quanwei Zhou
3d6156f6ec
runtime-rs: support dragonball and runtime-binary
...
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com >
2022-07-14 08:49:30 +08:00
Quanwei Zhou
fd4c26f9c1
runtime-rs: support network resource
...
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 22:02:58 +08:00
Tim Zhang
4be7185aa4
runtime-rs: runtime part implement
...
Fixes : #3785
Signed-off-by: Tim Zhang <tim@hyper.sh >
Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com >
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 22:01:12 +08:00
Zhongtao Hu
10343b1f3d
runtime-rs: enhance runtimes
...
1. support oom event
2. use ContainerProcess to store container_id and exec_id
3. support stats
Fixes : #3785
Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com >
2022-06-10 22:01:05 +08:00
Quanwei Zhou
3ff0db05a7
runtime-rs: support rootfs volume for resource
...
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 19:58:01 +08:00
Tim Zhang
234d7bca04
runtime-rs: support cgroup resource
...
Fixes : #3785
Signed-off-by: Tim Zhang <tim@hyper.sh >
2022-06-10 19:57:53 +08:00
Quanwei Zhou
75e282b4c1
runtime-rs: hypervisor base define
...
Responsible for VM manager, such as Qemu, Dragonball
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 19:57:45 +08:00
Quanwei Zhou
bdfee005fa
runtime-rs: service and runtime framework
...
1. service: Responsible for processing services, such as task service, image service
2. Responsible for implementing different runtimes, such as Virt-container,
Linux-container, Wasm-container
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 19:57:36 +08:00
Quanwei Zhou
4296e3069f
runtime-rs: agent implements
...
Responsible for communicating with the agent, such as kata-agent in the VM
Fixes : #3785
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
2022-06-10 19:57:29 +08:00
quanwei.zqw
e705ee07c5
runtime-rs: update containerd-shim-protos to 0.2.0
...
Fixes : #3866
Signed-off-by: quanwei.zqw <quanwei.zqw@alibaba-inc.com >
2022-06-10 19:57:14 +08:00
Zack
278f843f92
runtime-rs: shim implements for runtime-rs
...
Responsible for processing shim related commands: start, delete.
This patch is extracted from Alibaba Cloud's internal repository *runD*
Thanks to all contributors!
Fixes : #3785
Signed-off-by: acetang <aceapril@126.com >
Signed-off-by: Bin Liu <bin@hyper.sh >
Signed-off-by: Chao Wu <chaowu@linux.alibaba.com >
Signed-off-by: Eryu Guan <eguan@linux.alibaba.com >
Signed-off-by: Fupan Li <lifupan@gmail.com >
Signed-off-by: gexuyang <gexuyang@linux.alibaba.com >
Signed-off-by: Helin Guo <helinguo@linux.alibaba.com >
Signed-off-by: He Rongguang <herongguang@linux.alibaba.com >
Signed-off-by: Hui Zhu <teawater@gmail.com >
Signed-off-by: Issac Hai <hjwissac@linux.alibaba.com >
Signed-off-by: Jiahuan Chao <jhchao@linux.alibaba.com >
Signed-off-by: lichenglong9 <lichenglong9@163.com >
Signed-off-by: mengze <mengze@linux.alibaba.com >
Signed-off-by: Qingyuan Hou <qingyuan.hou@linux.alibaba.com >
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com >
Signed-off-by: shiqiangzhang <shiyu.zsq@linux.alibaba.com >
Signed-off-by: Simon Guo <wei.guo.simon@linux.alibaba.com >
Signed-off-by: Tim Zhang <tim@hyper.sh >
Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com >
Signed-off-by: Wei Yang <wei.yang1@linux.alibaba.com >
Signed-off-by: yanlei <yl.on.the.way@gmail.com >
Signed-off-by: Yiqun Leng <yqleng@linux.alibaba.com >
Signed-off-by: yuchang.xu <yuchang.xu@linux.alibaba.com >
Signed-off-by: Yves Chan <lingfu@linux.alibaba.com >
Signed-off-by: Zack <zmlcc@linux.alibaba.com >
Signed-off-by: Zhiheng Tao <zhihengtao@linux.alibaba.com >
Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com >
Signed-off-by: Zizheng Bian <zizheng.bian@linux.alibaba.com >
2022-06-10 19:56:59 +08:00