Packages

package registry

Type Members

  1. class InsecureRegistryException extends RegistryException

    Throw when attempting to access an insecure registry when only secure connections are allowed.

  2. class RegistryAliasGroup extends AnyRef

    Provides known aliases for a given registry.

  3. class RegistryAuthenticationFailedException extends Exception

    Thrown because registry authentication failed.

  4. 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/

  5. class RegistryClient extends AnyRef

    Interfaces with a registry.

  6. class RegistryCredentialsNotSentException extends RegistryException

    Thrown when registry request was unauthorized because credentials weren't sent.

  7. class RegistryErrorException extends RegistryException
  8. class RegistryException extends Exception

    Thrown when interacting with a registry.

  9. class RegistryNoResponseException extends RegistryException

    Thrown when a registry did not respond.

  10. class RegistryUnauthorizedException extends RegistryException

    Thrown when a registry request was unauthorized and therefore authentication is needed.

  11. class UnexpectedBlobDigestException extends RegistryException

    Thrown when a pulled BLOB did not have the same digest as requested.

Ungrouped