./scripts/update-component-sha.sh --hash 5.15.15 5.15.27

This commit is contained in:
Frédéric Dalleau 2022-03-10 13:31:39 +01:00
parent 0d8a1e3033
commit d308349f96
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.15.15
image: linuxkit/kernel:5.15.27
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7

View File

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

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.15.15
image: linuxkit/kernel:5.15.27
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7