Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer
2018-03-12 20:06:32 +00:00
parent 659f877da6
commit fa21e15e66
79 changed files with 79 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.120
image: linuxkit/kernel:4.4.121
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.86
image: linuxkit/kernel:4.9.87
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15.7
image: linuxkit/kernel:4.15.9
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.4.120 AS ksrc
FROM linuxkit/kernel:4.4.121 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 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.4.120
docker pull linuxkit/kernel:4.4.121
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.120
image: linuxkit/kernel:4.4.121
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

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.86 AS ksrc
FROM linuxkit/kernel:4.9.87 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 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.86
docker pull linuxkit/kernel:4.9.87
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.86
image: linuxkit/kernel:4.9.87
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

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.24 AS ksrc
FROM linuxkit/kernel:4.14.26 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 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.24
docker pull linuxkit/kernel:4.14.26
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.15.7 AS ksrc
FROM linuxkit/kernel:4.15.9 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 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.15.7
docker pull linuxkit/kernel:4.15.9
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15.7
image: linuxkit/kernel:4.15.9
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.120
image: linuxkit/kernel:4.4.121
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.86
image: linuxkit/kernel:4.9.87
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a

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.14.24
image: linuxkit/kernel:4.14.26
cmdline: "console=ttyS0"
init:
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a