mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-12 18:43:02 +00:00
committed by
Avi Deitcher
parent
6786caa59b
commit
1723cf9493
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: ltp
|
||||
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
||||
binds:
|
||||
- /etc/ltp/baseline:/etc/ltp/baseline
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
files:
|
||||
- path: /etc/ltp/baseline
|
||||
contents: "100"
|
||||
|
||||
@@ -4,15 +4,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "120"]
|
||||
|
||||
Reference in New Issue
Block a user