Update YAMLs to the latest kernels

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer
2018-05-03 19:34:03 +01:00
parent be8929da30
commit 9356c0aee2
79 changed files with 79 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.130
image: linuxkit/kernel:4.4.131
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.97
image: linuxkit/kernel:4.9.98
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.16.6
image: linuxkit/kernel:4.16.7
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.130
image: linuxkit/kernel:4.4.131
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.97
image: linuxkit/kernel:4.9.98
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.16.6
image: linuxkit/kernel:4.16.7
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.38
image: linuxkit/kernel:4.14.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586