mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
dockerfile: extract a common part in one file
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
1621ba56ac
commit
afae962c66
10 changed files with 44 additions and 94 deletions
5
Makefile
5
Makefile
|
|
@ -192,11 +192,12 @@ gcov:
|
|||
PHONY += gcov
|
||||
|
||||
docker-build:
|
||||
docker build -t criu .
|
||||
$(MAKE) -C scripts/build/ x86_64
|
||||
|
||||
PHONY += docker-build
|
||||
|
||||
docker-test:
|
||||
docker run --rm -it --privileged criu ./test/zdtm.sh -C -x tcp6 -x tcpbuf6 -x static/rtc -x cgroup -x mountpoint
|
||||
docker run --rm -it --privileged criu-x86_64 ./test/zdtm.sh -C -x tcp6 -x tcpbuf6 -x static/rtc -x cgroup -x mountpoint
|
||||
PHONY += docker-test
|
||||
|
||||
help:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue