package credentials
Type Members
-
class
DockerConfigCredentialRetriever extends AnyRef
Retrieves registry credentials from the Docker config.
Retrieves registry credentials from the Docker config.
The credentials are searched in the following order (stopping when credentials are found):
- If there is an
authdefined for a registry. - Using the
credsStorecredential helper, if available. - Using the credential helper from
credHelpers, if available.
- See also
<a href="https://docs.docker.com/engine/reference/commandline/login/">https://docs.docker.com/engine/reference/commandline/login/
- If there is an
-
class
DockerCredentialHelper extends AnyRef
Retrieves Docker credentials with a Docker credential helper.
Retrieves Docker credentials with a Docker credential helper.
- See also
<a href="https://github.com/docker/docker-credential-helpers">https://github.com/docker/docker-credential-helpers
-
class
DockerCredentialHelperFactory extends AnyRef
Factory class for constructing
DockerCredentialHelper. -
class
NonexistentDockerCredentialHelperException extends Exception
Thrown because the requested credential helper CLI does not exist.
-
class
NonexistentServerUrlDockerCredentialHelperException extends Exception
Thrown because the credential helper does not have credentials for the specified server URL.
-
class
RegistryCredentials extends AnyRef
Stores retrieved registry credentials and their source.
Stores retrieved registry credentials and their source.
The credentials are referred to by the registry they are used for.