mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #2471 from rn/kmod-test
Remove user/references to linuxkit/kernel-compile
This commit is contained in:
commit
574fdb1a1b
@ -56,7 +56,9 @@ modules:
|
||||
|
||||
```
|
||||
FROM linuxkit/kernel:4.9.33 AS ksrc
|
||||
FROM linuxkit/kernel-compile:1b396c221af673757703258159ddc8539843b02b@sha256:6b32d205bfc6407568324337b707d195d027328dbfec554428ea93e7b0a8299b AS build
|
||||
FROM linuxkit/alpine:<hash> AS build
|
||||
RUN apk add build-base
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
RUN tar xf kernel-dev.tar
|
||||
|
||||
|
@ -6,7 +6,9 @@
|
||||
FROM linuxkit/kernel:4.9.46 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/kernel-compile:1b396c221af673757703258159ddc8539843b02b@sha256:6b32d205bfc6407568324337b707d195d027328dbfec554428ea93e7b0a8299b AS build
|
||||
FROM linuxkit/alpine:f4f5b333fa1a8433334fcae996d1637173144a72 AS build
|
||||
RUN apk add build-base
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
RUN tar xf kernel-dev.tar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user