Update YAMLs to linuxkit/kernel:4.4.153

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-09-03 21:26:42 +01:00
parent 763deafd03
commit a83e4ca5ba
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.152
image: linuxkit/kernel:4.4.153
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5

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

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.152
image: linuxkit/kernel:4.4.153
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5