package registry

import "github.com/docker/distribution/registry"

Package registry is a placeholder package for registry interface definitions and utilities.

Index

Source Files

doc.go

Directories

PathSynopsis
registry/api
registry/api/v2Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2.
registry/authPackage auth defines a standard interface for request access controllers.
registry/auth/sillyPackage 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/storagePackage storage contains storage services for use in the registry application.
registry/storage/cachePackage cache provides facilities to speed up access to the storage backend.
registry/storage/driver
registry/storage/driver/azurePackage azure provides a storagedriver.StorageDriver implementation to store blobs in Microsoft Azure Blob Storage Service.
registry/storage/driver/basePackage 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/cloudfrontPackage middleware - cloudfront wrapper for storage libs N.B. currently only works with S3, not arbitrary sites
registry/storage/driver/s3Package s3 provides a storagedriver.StorageDriver implementation to store blobs in Amazon S3 cloud storage.
registry/storage/driver/testsuites
Version
v2.0.0-rc.1+incompatible
Published
Apr 7, 2015
Platform
js/wasm
Last checked
8 hours ago

Tools for package owners.