Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindImage ¶
FindImage searches for a *storage.Image with a matching the given name or ID in the given store.
func FindImageRef ¶
FindImageRef searches for and returns a new types.Image matching the given name or ID in the given store.
func ParseImageNames ¶
ParseImageNames parses the names we've stored with an image into a list of tagged references and a list of references which contain digests.
Types ¶
type Data ¶
type Data struct { ID string Tags []string Digests []string Digest digest.Digest Comment string Created *time.Time Container string Author string Config ociv1.ImageConfig Architecture string OS string Annotations map[string]string CreatedBy string Size uint VirtualSize uint GraphDriver driver.Data RootFS ociv1.RootFS }
Data handles the data used when inspecting a container nolint
Click to show internal directories.
Click to hide internal directories.