mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 08:20:01 +00:00
tests: Fix the kernel in some tests
These must have fallen through the crack during various kernel updates. Move everything to the latest 4.14.x kernel. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
e3369b11a6
commit
68cacfe871
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.14.55
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:4.9.51
|
image: linuxkit/kernel:4.14.55
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:4.9.x
|
image: linuxkit/kernel:4.14.55
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Sample YAML file for manual testing
|
# Sample YAML file for manual testing
|
||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.14.55
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
||||||
|
Loading…
Reference in New Issue
Block a user