package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Feb 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LoadRepository() error
LoadRepository creates image repository instance from file
func SaveRepository() error
SaveRepository writes image repository to file
NewImage pulls image, constructs and returns a new Image
Download downloads and extract image's layers
type Metadata struct {
ID string `json:"id"`
Digest string `json:"digest"`
Manifest *v1.Manifest `json:"manifest"`
Registry string `json:"registry"`
Repository string `json:"repository"`
Name string `json:"name"`
Tag string `json:"tag"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.