package registry
import "github.com/docker/distribution/registry"
Package registry is a placeholder package for registry interface definitions and utilities.
Index ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
registry/api | |
registry/api/v2 | Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2. |
registry/auth | Package auth defines a standard interface for request access controllers. |
registry/auth/silly | Package silly provides a simple authentication scheme that checks for the existence of an Authorization header and issues access if is present and non-empty. |
registry/auth/token | |
registry/client | |
registry/handlers | |
registry/middleware | |
registry/middleware/registry | |
registry/middleware/repository | |
registry/storage | Package storage contains storage services for use in the registry application. |
registry/storage/cache | Package cache provides facilities to speed up access to the storage backend. |
registry/storage/driver | |
registry/storage/driver/azure | Package azure provides a storagedriver.StorageDriver implementation to store blobs in Microsoft Azure Blob Storage Service. |
registry/storage/driver/base | Package base provides a base implementation of the storage driver that can be used to implement common checks. |
registry/storage/driver/factory | |
registry/storage/driver/filesystem | |
registry/storage/driver/inmemory | |
registry/storage/driver/middleware | |
registry/storage/driver/middleware/cloudfront | Package middleware - cloudfront wrapper for storage libs N.B. currently only works with S3, not arbitrary sites |
registry/storage/driver/s3 | Package s3 provides a storagedriver.StorageDriver implementation to store blobs in Amazon S3 cloud storage. |
registry/storage/driver/testsuites |
- Version
- v2.0.0+incompatible
- Published
- Apr 16, 2015
- Platform
- js/wasm
- Last checked
- 8 hours ago –
Tools for package owners.