mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +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:
|
kernel:
|
||||||
image: linuxkit/kernel:5.4.129
|
image: linuxkit/kernel:5.4.156
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
# In the last stage, it creates a package, which can be used for
|
# In the last stage, it creates a package, which can be used for
|
||||||
# testing.
|
# testing.
|
||||||
|
|
||||||
FROM linuxkit/kernel:5.4.129 AS ksrc
|
FROM linuxkit/kernel:5.4.156 AS ksrc
|
||||||
|
|
||||||
# Extract headers and compile module
|
# 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
|
RUN apk add build-base elfutils-dev
|
||||||
|
|
||||||
COPY --from=ksrc /kernel-dev.tar /
|
COPY --from=ksrc /kernel-dev.tar /
|
||||||
|
@ -19,7 +19,7 @@ clean_up() {
|
|||||||
trap clean_up EXIT
|
trap clean_up EXIT
|
||||||
|
|
||||||
# Make sure we have the latest kernel image
|
# 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
|
# Build a package
|
||||||
docker build -t ${IMAGE_NAME} .
|
docker build -t ${IMAGE_NAME} .
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:5.4.129
|
image: linuxkit/kernel:5.4.156
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
KERNEL=linuxkit/kernel:5.4.129
|
KERNEL=linuxkit/kernel:5.4.156
|
||||||
|
|
||||||
# just include the common test
|
# just include the common test
|
||||||
. ../tags.sh
|
. ../tags.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user