package
1.2.3
Repository: https://github.com/kevpar/containerd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ConvertManifest changes application/octet-stream to schema2 config media type if need.
DefaultHost is the default host function.
NewAuthorizer creates a Docker authorizer using the provided function to get credentials for the token server or basic auth.
NewInMemoryTracker returns a StatusTracker that tracks content status in-memory.
NewResolver returns a new resolver to a Docker registry.

# Constants

LegacyConfigMediaType should be replaced by OCI image spec.

# Variables

ErrInvalidAuthorization is used when credentials are passed to a server but those credentials are rejected.
ErrNoToken is returned if a request is successful but the body does not contain an authorization token.

# Structs

ResolverOptions are used to configured a new Docker register resolver.
Status of a content operation.

# Interfaces

Authorizer is used to authorize HTTP requests based on 401 HTTP responses.
StatusTracker to track status of operations.