File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 platform : x86_64.metal
99 plugins :
1010 - docker#v3.0.1:
11- image : " fandree/rust-vmm- dev"
11+ image : " rustvmm/ dev:v2 "
1212 always-pull : true
1313
1414 - label : " style"
1919 platform : x86_64.metal
2020 plugins :
2121 - docker#v3.0.1:
22- image : " fandree/rust-vmm- dev"
22+ image : " rustvmm/ dev:v2 "
2323 always-pull : true
2424
2525 - label : " unittests-gnu-x86"
3232 plugins :
3333 - docker#v3.0.1:
3434 privileged : true
35- image : " fandree/rust-vmm- dev"
35+ image : " rustvmm/ dev:v2 "
3636 always-pull : true
3737
3838 - label : " clippy-x86"
4444 platform : x86_64.metal
4545 plugins :
4646 - docker#v3.0.1:
47- image : " fandree/rust-vmm- dev"
47+ image : " rustvmm/ dev:v2 "
4848 always-pull : true
4949
5050 - label : " coverage-x86"
5757 plugins :
5858 - docker#v3.0.1:
5959 privileged : true
60- image : " fandree/rust-vmm- dev"
60+ image : " rustvmm/ dev:v2 "
6161 always-pull : true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use the dev-container on both x86 and arm64.
2727docker run -it \
2828 --security-opt seccomp=unconfined \
2929 --volume $( pwd) :/linux-loader \
30- fandree/rust-vmm- dev
30+ rustvmm/ dev:v2
3131cd linux-loader/
3232cargo test
3333```
@@ -64,7 +64,7 @@ coverage before submitting a PR, run the coverage test:
6464docker run -it \
6565 --security-opt seccomp=unconfined \
6666 --volume $( pwd) :/linux-loader \
67- fandree/rust-vmm- dev
67+ rustvmm/ dev:v2
6868cd linux-loader/
6969pytest --profile=devel tests/test_coverage.py
7070```
@@ -99,7 +99,7 @@ $ cd $LINUX_LOADER/linux-loader
9999$ docker run -it \
100100 --security-opt seccomp=unconfined \
101101 --volume $( pwd) :/linux-loader \
102- fandree/rust-vmm- dev
102+ rustvmm/ dev:v2
103103$ cd linux-loader/
104104$ cargo test
105105```
You can’t perform that action at this time.
0 commit comments