Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer 2018-04-14 11:39:01 +01:00
parent ae6a739ac0
commit c675f1d214
8 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.93
image: linuxkit/kernel:4.9.94
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.4.127 AS ksrc
FROM linuxkit/kernel:4.4.128 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.127
docker pull linuxkit/kernel:4.4.128
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.127
image: linuxkit/kernel:4.4.128
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.9.93 AS ksrc
FROM linuxkit/kernel:4.9.94 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.93
docker pull linuxkit/kernel:4.9.94
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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