mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Use labels for the test-sysctl image
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
702ad5d9d9
commit
4d4598e784
@ -10,9 +10,7 @@ onboot:
|
||||
- name: sysctl
|
||||
image: "linuxkit/sysctl:13a37b8d38fbec34d8c7d3bd4dadb57c9f92c94c"
|
||||
- name: test
|
||||
image: "linuxkit/test-sysctl:37315a58ec0c18a28be7e2770feb3bf38384492d"
|
||||
net: host
|
||||
pid: host
|
||||
image: "linuxkit/test-sysctl:c4df4c4d692904d6245dcdef1f4a79389bd3d894"
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:961412b8ef5c5285de0d40ec076701d955eaa084"
|
||||
net: host
|
||||
|
@ -1,3 +1,4 @@
|
||||
FROM alpine:edge
|
||||
ADD . ./
|
||||
ENTRYPOINT ["/bin/sh", "/check.sh"]
|
||||
LABEL org.mobyproject.config='{"net": "host","pid": "host", "ipc": "host", "readonly": true}'
|
||||
|
Loading…
Reference in New Issue
Block a user