Update linuxkit/kernel:5.4.129 to linuxkit/kernel:5.4.156

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-11-08 13:51:16 +00:00
parent 2160964c1a
commit 833b3e775d
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.129
image: linuxkit/kernel:5.4.156
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de

View File

@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:5.4.129 AS ksrc
FROM linuxkit/kernel:5.4.156 AS ksrc
# Extract headers and compile module
FROM linuxkit/kernel:5.4.129-builder AS build
FROM linuxkit/kernel:5.4.156-builder AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

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.129
docker pull linuxkit/kernel:5.4.156
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.129
image: linuxkit/kernel:5.4.156
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de

View File

@ -5,7 +5,7 @@
set -e
KERNEL=linuxkit/kernel:5.4.129
KERNEL=linuxkit/kernel:5.4.156
# just include the common test
. ../tags.sh