mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 02:49:27 +00:00
./scripts/update-component-sha.sh --pkg ./pkg/runc Signed-off-by: Christoph Ostarek <christoph@zededa.com>
18 lines
478 B
YAML
18 lines
478 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.172
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
|
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|