Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicFromKeyring ¶
func BasicFromKeyring(keyring credentialprovider.DockerKeyring, target *url.URL) (string, string)
BasicFromKeyring finds Basic authorization credentials from a Docker keyring for the given URL as username and password. It returns empty strings if no such URL matches.
func NewFromFile ¶
func NewFromFile(path string) (auth.CredentialStore, error)
NewFromFile creates a new credential store for the provided Docker config.json authentication file.
func NewLocal ¶
func NewLocal() auth.CredentialStore
NewLocal creates a new credential store that uses the default local configuration to find a valid authentication for registry targets.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.