Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTagCompliance ¶
CheckTagCompliance EnsureImageNameFormat ensures that the given image name is in the format <registry>/<repository>:<tag>. It adds default values for registry and repository if they are missing.
Types ¶
type Store ¶
type Store interface { CheckImageExist(image *kii.ImageName) bool MountImage(image *kii.ImageName, workingDir, targetDir string) error UmountImage(workingDir string) error GetImageManifest(image *kii.ImageName, auth *runtimeapi.AuthConfig) (*kii.Manifest, error) TagImage(sourceImage, targetImage *kii.ImageName) error LoadImage(tarFile string) error RegisterImage(image, manifest string) error PullImage(image string, auth *runtimeapi.AuthConfig) error ListImage() ([]*Image, error) RemoveImage(imageNameOrIDs []string) error }
func NewDockerStore ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.