Merge pull request #2298 from ijc/tools-and-test-iidfile

tools & test use package.mk and build --iidfile
This commit is contained in:
Justin Cormack
2017-07-27 10:24:46 +01:00
committed by GitHub
312 changed files with 621 additions and 827 deletions

View File

@@ -36,7 +36,7 @@ services:
- /run:/var/run
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: test-docker-bench
image: linuxkit/test-docker-bench:4999d3484771e8466580c0dc2e479595e49faa85
image: linuxkit/test-docker-bench:6bce26ce412fbde60f4a90ee20f78ddd09f3578b
ipc: host
pid: host
net: host

View File

@@ -12,7 +12,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh