Files
linuxkit/test/cases/040_packages/019_sysctl/test.yml
Chris Irrgang 17e9b4412b Update kernel versions/hashes
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
2025-10-26 14:09:16 +02:00

24 lines
639 B
YAML

kernel:
image: linuxkit/kernel:6.12.52
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: sysctl
image: linuxkit/sysctl:2fad4cdf96faa97bf7888696b8c3ca00f98137af
- name: test
image: alpine:3.13
net: host
pid: host
ipc: host
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh