Update all YAMLs to use the latest kernels

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-01-24 12:05:29 +00:00
parent 183fcf0970
commit 565a25d309
74 changed files with 74 additions and 74 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.112
image: linuxkit/kernel:4.4.113
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.14
image: linuxkit/kernel:4.14.15
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.112
image: linuxkit/kernel:4.4.113
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.14
image: linuxkit/kernel:4.14.15
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.112
image: linuxkit/kernel:4.4.113
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.14
image: linuxkit/kernel:4.14.15
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9

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.9.77
image: linuxkit/kernel:4.9.78
cmdline: "console=ttyS0"
init:
- linuxkit/init:be8756f0a6005279d2409a8790b4dd8b2ac11df9