Expand description
Kernel detection for container images.
This module provides functionality to detect kernel information in container images, supporting both traditional kernels (with separate vmlinuz/initrd) and Unified Kernel Images (UKI).
Structsยง
- Kernel ๐
- Information about the kernel in a container image.
Functionsยง
- find_
kernel ๐ - Find the kernel in a container image root directory.
- find_
uki_ ๐filename - Returns the filename of the first UKI found in the container root, if any.