type ImageDef struct {
Packages []string `yaml:"packages"`
}
ImageDef is a structure containing extra information needed to build an image that cannot be extracted
from the container image itself. Currently, this is only the list of packages needed for the installer
ISO.