Expand description
Docker-based kernel build support.
Provides a real, working Dockerfile for building a minimal Linux kernel from source inside Docker. This enables reproducible, CI-friendly kernel builds without requiring a local toolchain.
Structs§
- Docker
Build Context - Context directory structure for a Docker kernel build.
Constants§
- DEFAULT_
KERNEL_ VERSION - Default Linux kernel version to build.
Functions§
- generate_
dockerfile - Generate the Dockerfile content for building a Linux kernel.