package
0.2.2
Repository: https://github.com/containerish/openregistry.git
Documentation: pkg.go.dev

# Functions

Extensions for teh OCI dist spec.
Register is the entry point that registers all the endpoints nolint.
RegisterAuthRoutes includes all the auth related endpoints.
RegisterNSRoutes is one of the helper functions to Register it works directly with registry endpoints.

# Constants

Auth endpoint Authenticates user through basic auth or any supported authentication mechanisms.
Beta endpoint refers to the experimental code and features under observation not to be released or exposed to public.
BlobsDigest endpoint exposes the binary form of content stored by registry, addressed by digestDigests are unique identifiers created from a cryptographic hash of a Blob's contentused by methods: LayerExists, PullLayer, DeleteLayer.
BlobsUploads endpoint is used to start and complete blob uploads to the registryby the methods : StartUpload and CompleteUpload.
BlobsUploadsUUID serves similar functionality within an upload i.e.
Catalog Extensions API Prefix.
Catalog is used to list the available repositories.
API to get detailed catalog information.
Prefix for Extensions.
Internal endpoint refers to the internal APIs not supposed to be exposed.
ManifestsReference endpoint is a reference to the json document which defines an artifactused by methods: ManifestExists, PushManifest, PullManifest, DeleteTagOrManifest.
Namespace endpoint refers to a single repository under a particular user.
No description provided by the author
Root is the root path for entire application.
No description provided by the author
TagsList endpoint is used to list the tags attached to images, e.g.
JWT based auth endpoint.
V2 endpoint suggests that we support Distribution spec's HTTP2 API.