Versions in this module Expand all Collapse all v1 v1.4.0 Nov 9, 2024 v1.3.0 Nov 10, 2024 Changes in this version + type AuthConfig struct + Auth string + IdentityToken string + Password string + Username string + type Mirror struct + Endpoints []string + Rewrites map[string]string + type Registry struct + Auths map[string]AuthConfig + Configs map[string]RegistryConfig + Mirrors map[string]Mirror + type RegistryConfig struct + Auth *AuthConfig + TLS *TLSConfig + type TLSConfig struct + CAFile string + CertFile string + InsecureSkipVerify bool + KeyFile string