Update YAML files to latest kernels

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-04-13 17:13:08 +01:00
parent 4454c7b854
commit ed48e5adad
73 changed files with 73 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

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

View File

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

View File

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

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

View File

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

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

View File

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

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:v0.3

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3

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.33
image: linuxkit/kernel:4.14.34
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.3