Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2018-08-17 21:17:04 +01:00
parent 64f7e544df
commit ab48e4d5e4
87 changed files with 87 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

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

View File

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

View File

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

View File

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

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.147 AS ksrc
FROM linuxkit/kernel:4.4.148 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.4.147
docker pull linuxkit/kernel:4.4.148
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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

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.119 AS ksrc
FROM linuxkit/kernel:4.9.120 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.119
docker pull linuxkit/kernel:4.9.120
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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

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.62 AS ksrc
FROM linuxkit/kernel:4.14.63 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.62
docker pull linuxkit/kernel:4.14.63
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.17.14 AS ksrc
FROM linuxkit/kernel:4.17.15 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.17.14
docker pull linuxkit/kernel:4.17.15
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:v0.6

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

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.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6

View File

@@ -1,6 +1,6 @@
# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:4.14.62
image: linuxkit/kernel:4.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.6