package registry
Type Members
-
class
InsecureRegistryException extends RegistryException
Throw when attempting to access an insecure registry when only secure connections are allowed.
-
class
RegistryAliasGroup extends AnyRef
Provides known aliases for a given registry.
-
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/
-
class
RegistryClient extends AnyRef
Interfaces with a registry.
-
class
RegistryCredentialsNotSentException extends RegistryException
Thrown when registry request was unauthorized because credentials weren't sent.
- class RegistryErrorException extends RegistryException
-
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.