mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +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>
24 lines
715 B
YAML
24 lines
715 B
YAML
kernel:
|
|
image: mobylinux/kernel-landlock:4.9.x
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:fbcbbe3ace0b3e9455300017dd07625293a0d4d4
|
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
|
onboot:
|
|
- name: sysctl
|
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
|
services:
|
|
- name: rngd
|
|
image: mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|
|
- linuxkit/ca-certificates
|
|
- linuxkit/sysctl
|
|
- linuxkit/rngd
|