Versions in this module Expand all Collapse all v0 v0.4.1 Jan 17, 2024 Changes in this version + func Action_DockerRegDownloadImages(w *workflow.Workflow, m *workflow.TemplateData) error + func Action_DockerRegUploadImages(w *workflow.Workflow, m *workflow.TemplateData) error + func GetSchema() workflow.SchemaEndpoint + func ImageAccount(image string) string + func ImageName(image string) string + func ImageNameTag(image string) string + func ImageRegistry(image string) string + func ImageShortName(image string) string + func ImageTag(image string) string + func RemapImage(w *workflow.Workflow, image string, target_name string, no_tag bool, ...) string + func RemapImage2(w *workflow.Workflow, image string, target_name string, no_tag bool) string + type DockerRegSchema struct + func (s DockerRegSchema) GetActionSchema() map[string]workflow.ActionSchema + func (s DockerRegSchema) GetFunctionMap() map[string]workflow.FunctionSchema + func (s DockerRegSchema) GetTargetSchema() map[string]workflow.TargetSchema + type DockerRegistryOption func(*Registry) + func OptionDockerRegHost(host string) DockerRegistryOption + func OptionDockerRegIgnoreSSL(ignore_ssl bool) DockerRegistryOption + func OptionDockerRegPassword(password string) DockerRegistryOption + func OptionDockerRegUser(user string) DockerRegistryOption + type Manifest []struct + type Registry struct + Host string + IgnoreSSL bool + Library string + Password string + UserName string + func CreateDockerRegistry(host string, UserName string, Password string, library string, IgnoreSSL bool) (*Registry, error) + func (m *Registry) Download(config string, save_name string) error + func (m *Registry) GetImageNameTag(image_path string) (string, error) + func (m *Registry) String() string + func (m *Registry) Update(opts ...DockerRegistryOption) + func (m *Registry) Upload(image_path string, log_level int64) (string, error)