Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractManifest ¶
Types ¶
type DockerRegistry ¶
type DockerRegistry struct {
Host string `json:"host" yaml:"host"`
User string `json:"user" yaml:"user"`
Password string `json:"password" yaml:"password"`
IgnoreSSL bool `json:"ignore_ssl" yaml:"ignore_ssl"`
}
func CreateDockerRegistry ¶
func CreateDockerRegistry(User string, Password string, IgnoreSSL bool) *DockerRegistry
Function to create the DockerRegistry struct
func (*DockerRegistry) Download ¶
func (m *DockerRegistry) Download(config string, save_name string) error
Upload the image from the docker Registry
func (*DockerRegistry) GetImageNameTag ¶
func (m *DockerRegistry) GetImageNameTag(image_path string) (string, error)
Click to show internal directories.
Click to hide internal directories.