mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 09:06:26 +00:00
kernel: Add a Dockerfile to make it easier to configure kernels
The new Dockerfile.kconfig can be used, via the 'kconfig' make target to build a 'linuxkit/kconfig' images. This images contains the patched source and default kernel configs for all supported kernels. It's useful to updating the kernel config files. While at it, also update the alpine base. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS kernel-build
|
||||
FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS kernel-build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
automake \
|
||||
|
Reference in New Issue
Block a user