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>
21 lines
540 B
YAML
21 lines
540 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: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
org:
|
|
- linuxkit
|