Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2018-09-28 08:15:08 +01:00
parent 617154e2a4
commit 6bed1aa330
89 changed files with 89 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.157
image: linuxkit/kernel:4.4.158
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.128
image: linuxkit/kernel:4.9.129
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.18.9
image: linuxkit/kernel:4.18.10
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.157
image: linuxkit/kernel:4.4.158
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.128
image: linuxkit/kernel:4.9.129
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.18.9
image: linuxkit/kernel:4.18.10
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

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.71
image: linuxkit/kernel:4.14.72
cmdline: "console=ttyS0"
init:
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008

View File

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