Versions in this module Expand all Collapse all v0 v0.1.1 Dec 21, 2022 Changes in this version + func GetRegistryAuth(user, token, url string) (string, error) + type Client struct + func NewClient() (Client, error) + func (c Client) ImagePull(registryAuth, image string) error + func (c Client) ImagePush(registryAuth, image string) error + func (c Client) ImageTag(image, tag string) error + func (c Client) IsImagePulled(image string) (bool, error) + type Image struct + Registry string + Repository string + Tag string + func ToImage(image string) (Image, error) + func (i Image) ECRRegistryAccount() string + func (i Image) ECRRegistryRegion() string + func (i Image) IsECRRegistry() bool + func (i Image) String() string + func (i Image) ToECRImage(awsAccount, awsRegion string) Image