Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageCache ¶ added in v0.0.8
type ImageCache struct { Id string Digest string Name string Tags []string Image *v1.Image Source *source.Source ImagePath string Ref *name.Reference // contains filtered or unexported fields }
func SaveImage ¶
func SaveImage(image string, username string, password string, cli command.Cli) (*ImageCache, error)
SaveImage stores the v1.Image at path returned in OCI format
func (*ImageCache) Cleanup ¶ added in v0.0.8
func (c *ImageCache) Cleanup()
func (*ImageCache) StoreImage ¶ added in v0.0.8
func (c *ImageCache) StoreImage() error
type ImageId ¶
type ImageId struct {
// contains filtered or unexported fields
}
func (ImageId) Context ¶
func (i ImageId) Context() name.Repository
func (ImageId) Identifier ¶
Click to show internal directories.
Click to hide internal directories.