Packages

package registry

Type Members

  1. class RegistryAuthenticationFailedException extends Exception

    Thrown because registry authentication failed.

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

  3. abstract class RegistryAuthenticators extends AnyRef

    Static initializers for RegistryAuthenticator.

  4. class RegistryClient extends AnyRef

    Interfaces with a registry.

  5. class RegistryErrorException extends RegistryException

    Thrown when an HTTP request to a registry endpoint failed with errors as defined in ErrorCodes.

  6. class RegistryException extends Exception

    Thrown when interacting with a registry.

  7. class RegistryNoResponseException extends RegistryException

    Thrown when a registry did not respond.

  8. class RegistryUnauthorizedException extends RegistryException

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

  9. class UnexpectedBlobDigestException extends RegistryException

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

Ungrouped