mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +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
|
- name: sysctl
|
||||||
image: "linuxkit/sysctl:13a37b8d38fbec34d8c7d3bd4dadb57c9f92c94c"
|
image: "linuxkit/sysctl:13a37b8d38fbec34d8c7d3bd4dadb57c9f92c94c"
|
||||||
- name: test
|
- name: test
|
||||||
image: "linuxkit/test-sysctl:37315a58ec0c18a28be7e2770feb3bf38384492d"
|
image: "linuxkit/test-sysctl:c4df4c4d692904d6245dcdef1f4a79389bd3d894"
|
||||||
net: host
|
|
||||||
pid: host
|
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: "linuxkit/poweroff:961412b8ef5c5285de0d40ec076701d955eaa084"
|
image: "linuxkit/poweroff:961412b8ef5c5285de0d40ec076701d955eaa084"
|
||||||
net: host
|
net: host
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
ADD . ./
|
ADD . ./
|
||||||
ENTRYPOINT ["/bin/sh", "/check.sh"]
|
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