The toolkit to pack, ship, store, and deliver container content
 
 
 
 
 
Go to file
Stephen J Day 5789ca7629 Update routes to reflect specification changes
To bring the implementation inline with the specification, the names and
structure of the API routes have been updated.

The overloaded term "image" has been replaced with the term "manifest", which
may also be known as "image manifest".  The desire for the layer storage to be
more of a general blob storage is reflected in moving from "layer" api prefixes
to "blob". The "tarsum" path parameter has been replaced by a more general
"digest" parameter and is no longer required to start uploads. Another set of
changes will come along to support this change at the storage service layer.
2014-11-18 20:39:32 -08:00
client Adds sliding-window parallelization to Push/Pull operations 2014-11-17 17:46:07 -08:00
cmd Expects storage driver executables to be of the form registry-storage-name 2014-11-06 18:32:06 -08:00
common Lots of various golint fixes 2014-11-17 15:46:06 -08:00
configuration Lots of various golint fixes 2014-11-17 15:46:06 -08:00
open-design Initial open-design proposal 2014-11-10 09:39:20 -08:00
storage Initial implementation of registry LayerService 2014-11-17 17:54:07 -08:00
storagedriver Lots of various golint fixes 2014-11-17 15:46:06 -08:00
test Adds push/pull client functionality 2014-11-17 16:50:02 -08:00
.drone.yml Fix drone 2014-11-17 14:44:36 -08:00
CONTRIBUTING.md Initial open-design proposal 2014-11-10 09:39:20 -08:00
LICENSE + license 2014-10-21 13:25:04 -07: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
app.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
app_test.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
context.go Carve out initial application structure 2014-11-10 19:03:49 -08:00
errors.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
errors_test.go Fixes formatting in errors_test.go to match gofmt rules 2014-11-14 16:00:41 -08:00
helpers.go Carve out initial application structure 2014-11-10 19:03:49 -08:00
images.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
layer.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
layerupload.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
routes.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
routes_test.go Update routes to reflect specification changes 2014-11-18 20:39:32 -08:00
tags.go Carve out initial application structure 2014-11-10 19:03:49 -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