Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigMediaType = "application/vnd.ironcore.image.config.v1+json" RootFSLayerMediaType = "application/vnd.ironcore.image.rootfs" InitRAMFSLayerMediaType = "application/vnd.ironcore.image.initramfs" KernelLayerMediaType = "application/vnd.ironcore.image.kernel" SquashFSLayerMediaType = "application/vnd.ironcore.image.squashfs" UKILayerMediaType = "application/vnd.ironcore.image.uki" ISOLayerMediaType = "application/vnd.ironcore.image.iso" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct {
// Config holds additional configuration for a machine / machine pool using the image.
Config Config
// RootFS is the layer containing the root file system.
RootFS image.Layer
// SquashFS is the layer containing the root file system.
SquashFS image.Layer
// InitRAMFs is the layer containing the initramfs / initrd.
InitRAMFs image.Layer
// Kernel is the layer containing the kernel.
Kernel image.Layer
// UKI is a Unified Kernel Image layer.
UKI image.Layer
// ISO is a layer containing a bootable ISO image.
ISO image.Layer
}
Image is an ironcore image.
Click to show internal directories.
Click to hide internal directories.