| Class | Description |
|---|---|
| DockerCredentialRetriever |
Retrieves Docker credentials with a Docker credential helper.
|
| RegistryAuthenticator |
Authenticates pull access with a registry service.
|
| RegistryAuthenticators |
Static initializers for
RegistryAuthenticator. |
| RegistryClient |
Interfaces with a registry.
|
| Exception | Description |
|---|---|
| NonexistentDockerCredentialHelperException |
Thrown because the requested credential helper CLI does not exist.
|
| NonexistentServerUrlDockerCredentialHelperException |
Thrown because the credential helper does not have credentials for the specified server URL.
|
| RegistryAuthenticationFailedException |
Thrown because registry authentication failed.
|
| RegistryErrorException |
Thrown when an HTTP request to a registry endpoint failed with errors as defined in
ErrorCodes. |
| RegistryException |
Thrown when interacting with a registry.
|
| RegistryNoResponseException |
Thrown when a registry did not respond.
|
| RegistryUnauthorizedException |
Thrown when a registry request was unauthorized and therefore authentication is needed.
|
| UnexpectedBlobDigestException |
Thrown when a pulled BLOB did not have the same digest as requested.
|
Copyright © 2018. All rights reserved.