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.
- Kernel
Internal π - Internal-only kernel wrapper with extra path information that are useful but we donβt want to leak out via serialization to inspection.
EnumsΒ§
- Kernel
Path π - Path to kernel component(s)
FunctionsΒ§
- find_
kernel π - Find the kernel in a container image root directory.
- find_
uki_ πpath - Returns the path to the first UKI found in the container root, if any.