mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 23:43:58 +00:00
./scripts/update-component-sha.sh --pkg ./pkg/runc Signed-off-by: Christoph Ostarek <christoph@zededa.com>
20 lines
613 B
YAML
20 lines
613 B
YAML
kernel:
|
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
|
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
|
|
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|