Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertedImageInfo ¶
type ConvertedImageInfo struct { // Image is the reference of the converted image. // The reference is the image's name and digest concatenated with "@" (i.e. `<name>@<digest>`). Image string `json:"Image"` // ExtraImages is a set of converter-specific additional images (e.g. external TOC image of eStargz). // The reference format is the same as the "Image" field. ExtraImages []string `json:"ExtraImages"` }
ConvertedImageInfo is information of the images created by a conversion.
Click to show internal directories.
Click to hide internal directories.