Documentation
¶
Index ¶
- Variables
- func ListImages(client context.Context, imageNameFilter string) (map[string]BasicImageProps, error)
- func LoadImage(client context.Context, locaTarFilePath string, inputStream io.Reader, ...) error
- func SaveImage(client context.Context, imageRef string, local string, extract bool, ...) error
- type BasicImageProps
- type ImageIdentity
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadParam = errors.New("bad parameter") ErrNotFound = errors.New("not found") )
Functions ¶
func ListImages ¶
Types ¶
type BasicImageProps ¶
type ImageIdentity ¶
type ImageIdentity struct { ID string ShortTags []string RepoTags []string ShortDigests []string RepoDigests []string }
func ImageToIdentity ¶
func ImageToIdentity(info *types.ImageInspectReport) *ImageIdentity
Click to show internal directories.
Click to hide internal directories.