Update YAMLs to latest kernels

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2020-04-10 18:04:19 +01:00
parent 57d5ab8fdf
commit 1e768f56eb
96 changed files with 97 additions and 97 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.174
image: linuxkit/kernel:4.14.175
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.113
image: linuxkit/kernel:4.19.114
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.28
image: linuxkit/kernel:5.4.30
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.174
image: linuxkit/kernel:4.14.175
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.113
image: linuxkit/kernel:4.19.114
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.28
image: linuxkit/kernel:5.4.30
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.28
image: linuxkit/kernel:5.4.30
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691