Versions in this module Expand all Collapse all v1 v1.2.0 Jun 26, 2026 v1.1.0 Apr 20, 2026 Changes in this version + type AWSRegistry struct + func (r *AWSRegistry) PrivateImageName() string + func (r *AWSRegistry) PublicImageName() string + type ContainerRegistry interface + Login func() + Logout func() + Password func() string + PrivateImageName func() string + PublicImageName func() string + Server func() string + Username func() string + func RegistryFromEnv() (ContainerRegistry, error) + type DockerHubRegistry struct + func (r *DockerHubRegistry) PrivateImageName() string + func (r *DockerHubRegistry) PublicImageName() string + type GithubRegistry struct + func (r *GithubRegistry) PrivateImageName() string + func (r *GithubRegistry) PublicImageName() string + type Registry struct + func (r *Registry) Login() + func (r *Registry) Logout() + func (r *Registry) Password() string + func (r *Registry) Server() string + func (r *Registry) Username() string