mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Update YAMLs to linuxkit/kernel:4.4.153
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
763deafd03
commit
a83e4ca5ba
@ -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
|
||||
|
@ -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
|
||||
|
@ -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} .
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user