mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
2160964c1a
commit
833b3e775d
@ -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
|
||||
|
@ -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 /
|
||||
|
@ -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} .
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user