package registry
Type Members
-
class
RegistryAuthenticationFailedException extends Exception
Thrown because registry authentication failed.
-
class
RegistryAuthenticator extends AnyRef
Authenticates push/pull access with a registry service.
Authenticates push/pull access with a registry service.
- See also
<a href="https://docs.docker.com/registry/spec/auth/token/">https://docs.docker.com/registry/spec/auth/token/
-
abstract
class
RegistryAuthenticators extends AnyRef
Static initializers for
RegistryAuthenticator. -
class
RegistryClient extends AnyRef
Interfaces with a registry.
-
class
RegistryErrorException extends RegistryException
Thrown when an HTTP request to a registry endpoint failed with errors as defined in
ErrorCodes. -
class
RegistryException extends Exception
Thrown when interacting with a registry.
-
class
RegistryNoResponseException extends RegistryException
Thrown when a registry did not respond.
-
class
RegistryUnauthorizedException extends RegistryException
Thrown when a registry request was unauthorized and therefore authentication is needed.
-
class
UnexpectedBlobDigestException extends RegistryException
Thrown when a pulled BLOB did not have the same digest as requested.