mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:23:23 +00:00
This attempts to work around a CI issue where we're running out of disk space when rebuilding the init package. Signed-off-by: Krister Johansen <krister.johansen@oracle.com>
23 lines
614 B
YAML
23 lines
614 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.48
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:fbcbbe3ace0b3e9455300017dd07625293a0d4d4
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:72df922e49a363a4ad53d88cd1a8a3ae4d41086f
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.4
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:v0.4
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
|
|
|
trust:
|
|
org:
|
|
- linuxkit
|