mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
docs: Remove reference to linuxkit/kernel-compile
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
f67cb4719a
commit
608ab6ccf1
@ -56,7 +56,9 @@ modules:
|
|||||||
|
|
||||||
```
|
```
|
||||||
FROM linuxkit/kernel:4.9.33 AS ksrc
|
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 /
|
COPY --from=ksrc /kernel-dev.tar /
|
||||||
RUN tar xf kernel-dev.tar
|
RUN tar xf kernel-dev.tar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user