Go to file
Aaron Lehmann 2c0d852000 Add WithTag and WithDigest combinator functions
These functions allow a Named type to be combined with a tag or a
digest. WithTag will replace the ImageReference function in
github.com/docker/docker/utils as the Docker Engine transitions to the
reference package.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-10-12 09:30:44 -07:00
Godeps fix json parse error on Godeps 2015-07-24 14:14:16 -07:00
cmd Merge pull request #789 from aaronlehmann/tls-settings 2015-07-30 18:11:53 -07:00
configuration Allow disabling of starage driver redirects 2015-07-24 16:59:35 -07:00
context Only enable uuid generation warning when using registry handlers 2015-07-30 14:27:07 -07:00
contrib Update has digest test in scripts 2015-07-27 18:32:02 -07:00
digest Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
docs Rename dev-config.yml and example-config.yml to config-dev.yml and config-example.yml 2015-07-30 15:51:50 -07:00
health Merge pull request #590 from mattrobenolt/patch-1 2015-06-11 09:51:45 -07:00
manifest Fix typo 2015-06-04 23:35:14 +08:00
notifications Allow disabling of starage driver redirects 2015-07-24 16:59:35 -07:00
project Adds pre-commit hook, hook config script, and a README 2014-12-15 18:09:11 -08:00
reference Add WithTag and WithDigest combinator functions 2015-10-12 09:30:44 -07:00
registry Add a new reference package abstracting repositories, tags and digests 2015-10-09 16:33:56 -07:00
testutil Allow conditional fetching of manifests with the registry client. 2015-07-14 16:52:52 -07:00
uuid Only enable uuid generation warning when using registry handlers 2015-07-30 14:27:07 -07:00
version Update rough version for release 2015-04-16 11:25:03 -07:00
.drone.yml Fix goverall 2014-11-22 10:17:14 -08:00
.gitignore Improve context package 2015-04-01 15:40:21 -07:00
.mailmap Update AUTHORS file for releease. 2015-04-16 11:23:56 -07:00
AUTHORS Update AUTHORS file 2015-06-26 17:27:19 -07:00
CONTRIBUTING.md Merge pull request #722 from stevvooe/coding-guidelines-docker 2015-07-21 15:18:56 -07:00
Dockerfile Rename dev-config.yml and example-config.yml to config-dev.yml and config-example.yml 2015-07-30 15:51:50 -07:00
LICENSE Initial commit 2014-12-22 15:49:26 -08:00
MAINTAINERS Add Stephen Day to maintainers file 2015-01-28 10:31:54 -08:00
Makefile Merge pull request #616 from RichardScothern/debug_build 2015-06-16 16:19:15 -07:00
README.md Add registry oyster to README 2015-07-21 12:41:56 -07:00
ROADMAP.md Add goals and feature discussion to ROADMAP 2015-07-17 12:34:12 -07:00
blobs.go Manifest and layer soft deletion. 2015-07-24 09:57:20 -07:00
circle.yml Ensure that rados is disabled without build tag 2015-06-16 20:00:02 -07:00
doc.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
errors.go Fix typo: respository->repository 2015-05-19 13:25:39 -04:00
registry.go Create Repositories method 2015-07-21 21:45:14 -07:00

README.md

Distribution

The Docker toolset to pack, ship, store, and deliver content.

This repository's main product is the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the docker/docker- registry project with a new API design, focused around security and performance.

This repository contains the following components:

Component Description
registry An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+.
libraries A rich set of libraries for interacting with,distribution components. Please see godoc for details. Note: These libraries are unstable.
dist An experimental tool to provide distribution, oriented functionality without the docker daemon.
specifications Distribution related specifications are available in docs/spec
documentation Docker's full documentation set is available at docs.docker.com. This repository contains the subset related just to the registry.

How does this integrate with Docker engine?

This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons.

What are the long term goals of the Distribution project?

The Distribution project has the further long term goal of providing a secure tool chain for distributing content. The specifications, APIs and tools should be as useful with Docker as they are without.

Our goal is to design a professional grade and extensible content distribution system that allow users to:

  • Enjoy an efficient, secured and reliable way to store, manage, package and exchange content
  • Hack/roll their own on top of healthy open-source components
  • Implement their own home made solution through good specs, and solid extensions mechanism.

More about Registry 2.0

The new registry implementation provides the following benefits:

  • faster push and pull
  • new, more efficient implementation
  • simplified deployment
  • pluggable storage backend
  • webhook notifications

For information on upcoming functionality, please see ROADMAP.md.

Who needs to deploy a registry?

By default, Docker users pull images from Docker's public registry instance. Installing Docker gives users this ability. Users can also push images to a repository on Docker's public registry, if they have a Docker Hub account.

For some users and even companies, this default behavior is sufficient. For others, it is not.

For example, users with their own software products may want to maintain a registry for private, company images. Also, you may wish to deploy your own image repository for images used to test or in continuous integration. For these use cases and others, deploying your own registry instance may be the better choice.

Contribute

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project. If you are contributing code, see the instructions for building a development environment.

Support

If any issues are encountered while using the Distribution project, several avenues are available for support:

IRC #docker-distribution on FreeNode
Issue Tracker github.com/docker/distribution/issues
Google Groups https://groups.google.com/a/dockerproject.org/forum/#!forum/distribution
Mailing List docker@dockerproject.org

License

This project is distributed under Apache License, Version 2.0.