mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-27 01:01:13 +00:00
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d
|
||||
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
@@ -15,7 +15,7 @@ onboot:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
Reference in New Issue
Block a user