mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 04:31:33 +00:00
with cwd of test this was done with: for i in pkg/* ; do make --no-print-directory -C $i show-tag; done | ( IFS=: ; while read image hash ; do ../scripts/update-component-sha.sh --image $image $hash ; done ) Note that `linuxkit/test-virtsock` (built by `test/pkg/virtsock`) does not appear to be referenced anywhere. Signed-off-by: Ian Campbell <ijc@docker.com>
26 lines
939 B
YAML
26 lines
939 B
YAML
# FIXME: This should use the minimal example
|
|
# We continue to use the kernel-config-test as CI is currently expecting to see a success message
|
|
kernel:
|
|
image: linuxkit/kernel:4.9.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:838b772355a8690143b37de1cdd4ac5db725271f
|
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
|
- linuxkit/containerd:e33e0534d6fca88e1eb86897a1ea410b4a5d722e
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:271aa181b78ca9c6e463dfc1107cf9da6090463d
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|
|
- linuxkit/dhcpcd
|