The toolkit to pack, ship, store, and deliver container content
 
 
 
 
 
Go to file
Brian Bland 8a1889efeb Enforces a path format for storage drivers (#819)
Requires all paths in the inmemory and filesystem drivers to begin with
a slash, and then contain only valid path components (2+ alphanumeric
characters with optional period, hyphen, and underscore separators)
delimited by slashes.

Also updates the storage driver test suites to construct paths of this
format, and causes the suite to abort if files are not cleaned up after
the test run.
2014-12-11 14:19:41 -08:00
api/errors Export error descriptors and provide tool generate markdown table 2014-12-10 16:41:43 -08:00
client Pluralize route API paths 2014-12-10 22:29:58 -08:00
cmd Fix address 2014-12-10 17:59:13 -08:00
common Uses new digest package instead of string digests 2014-11-19 18:54:11 -08:00
configuration configuration.Parse should take io.Reader 2014-12-01 17:32:31 -08:00
digest Clean up layer storage layout 2014-11-25 09:57:43 -08:00
open-design Initial open-design proposal 2014-11-10 09:39:20 -08:00
project/dev-image Correct ENV declaration in Dockerfile 2014-11-26 13:19:45 -08:00
storage Remove errant log message 2014-12-09 14:19:07 -08:00
storagedriver Enforces a path format for storage drivers (#819) 2014-12-11 14:19:41 -08:00
.drone.yml Fix goverall 2014-11-22 10:17:14 -08:00
CONTRIBUTING.md Initial open-design proposal 2014-11-10 09:39:20 -08:00
Dockerfile Initial Dockerfile for running registry 2014-12-10 15:57:41 -08:00
LICENSE Update LICENSE 2014-12-10 10:10:20 -08:00
MAINTAINERS Initial open-design proposal 2014-11-06 13:28:27 -08:00
README.md Test drone 2014-11-13 13:58:52 -08:00
api_test.go Implement V2 API base endpoint 2014-12-10 22:43:45 -08:00
app.go Implement V2 API base endpoint 2014-12-10 22:43:45 -08:00
app_test.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
circle.yml Re-enables "go vet" in circle.yml 2014-12-10 15:27:19 -08:00
context.go Lock down HTTP API error codes 2014-12-10 11:49:04 -08:00
helpers.go Initial implementation of Manifest HTTP API 2014-11-26 13:35:07 -08:00
images.go Lock down HTTP API error codes 2014-12-10 11:49:04 -08:00
layer.go Lock down HTTP API error codes 2014-12-10 11:49:04 -08:00
layerupload.go Lock down HTTP API error codes 2014-12-10 11:49:04 -08:00
routes.go Implement V2 API base endpoint 2014-12-10 22:43:45 -08:00
routes_test.go Implement V2 API base endpoint 2014-12-10 22:43:45 -08:00
tags.go Lock down HTTP API error codes 2014-12-10 11:49:04 -08:00
urls.go Implement V2 API base endpoint 2014-12-10 22:43:45 -08:00
util.go Carve out initial application structure 2014-11-10 19:03:49 -08:00

README.md

docker-registry

Coverage Status Build Status

## TL;DR

License

Apache License