Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2019-02-24 23:19:44 +00:00
parent 9440e48f4f
commit 6b988171cf
89 changed files with 90 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,6 +1,6 @@
# NOTE: Images build from this file likely do not run
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.155
image: linuxkit/kernel:4.9.160
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.98
image: linuxkit/kernel:4.14.103
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.20.7
image: linuxkit/kernel:4.20.12
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.9.155 AS ksrc
FROM linuxkit/kernel:4.9.160 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.155
docker pull linuxkit/kernel:4.9.160
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.155
image: linuxkit/kernel:4.9.160
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.14.98 AS ksrc
FROM linuxkit/kernel:4.14.103 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.14.98
docker pull linuxkit/kernel:4.14.103
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.98
image: linuxkit/kernel:4.14.103
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.19.20 AS ksrc
FROM linuxkit/kernel:4.19.25 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.19.20
docker pull linuxkit/kernel:4.19.25
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.20.7 AS ksrc
FROM linuxkit/kernel:4.20.12 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.20.7
docker pull linuxkit/kernel:4.20.12
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.20.7
image: linuxkit/kernel:4.20.12
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:v0.5

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,10 +1,10 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:v0.5
- linuxkit/runc:v0.5
- linuxkit/kernel-bcc:4.19.20
- linuxkit/kernel-bcc:4.19.25
onboot:
- name: check-bcc
image: alpine:3.8

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,7 +1,7 @@
# 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.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848

View File

@@ -1,6 +1,6 @@
# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:4.19.20
image: linuxkit/kernel:4.19.25
cmdline: "console=ttyS0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848