Module kernel

Module kernel 

Source
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.