Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { // Id of the image. Normally the digest of image config. ID string // Other names by which this image is known. RepoTags []string // Digests by which this image is known. RepoDigests []string // ChainID is the chainID of the image. ChainID string // Size is the compressed size of the image. Size int64 // ImageSpec is the oci image structure which describes basic information about the image. ImageSpec imagespec.Image // Containerd image reference Image containerd.Image }
Image contains all resources associated with the image. All fields MUST not be mutated directly after created.
Click to show internal directories.
Click to hide internal directories.