Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerImageNameTagFromImage ¶ added in v1.94.0
ContainerImageNameTagFromImage provides the name & tag part of a full image name
func ContainerRegistryFromImage ¶ added in v1.94.0
ContainerRegistryFromImage provides the registry part of a full image name
func ContainerRegistryFromURL ¶ added in v1.94.0
ContainerRegistryFromURL provides the registry part of a complete registry url including the port
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client defines an docker client object
func (*Client) DownloadImageToPath ¶
DownloadImageToPath download the image to the specified path
func (*Client) GetImageSource ¶
GetImageSource get the image source from client attributes (localPath, imageName, registryURL)
func (*Client) SetOptions ¶
func (c *Client) SetOptions(options ClientOptions)
SetOptions sets options used for the docker client
Click to show internal directories.
Click to hide internal directories.