1
0
mirror of https://github.com/distribution/distribution synced 2024-11-12 05:45:51 +01:00
The toolkit to pack, ship, store, and deliver container content
Go to file
Stephen J Day a4f42b8eea Relax requirement for size argument during blob upload
During client implementation, it was found that requiring the size argument
made client implementation more complex. The original benefit of the size
argument was to provide an additional check alongside of tarsum to validate
incoming data. For the purposes of the registry, it has been determined that
tarsum should be enough to validate incoming content.

At this time, the size check is optional but we may consider removing it
completely.
2014-12-12 19:08:50 -08:00
api/v2 Add tests for URLBuilder 2014-12-12 15:48:41 -08:00
client Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
cmd Adds bugsnag and newrelic metrics and error reporting 2014-12-12 17:49:06 -08:00
common Uses new digest package instead of string digests 2014-11-19 18:54:11 -08:00
configuration Updates configuration tests for bugsnag and newrelic params 2014-12-12 18:05:37 -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 Relax requirement for size argument during blob upload 2014-12-12 19:08:50 -08:00
storagedriver Adds tests for storage driver handling of valid and invalid paths 2014-12-11 14:54:04 -08:00
.drone.yml Fix goverall 2014-11-22 10:17:14 -08:00
api_test.go Relax requirement for size argument during blob upload 2014-12-12 19:08:50 -08:00
app_test.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
app.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
circle.yml Re-enables "go vet" in circle.yml 2014-12-10 15:27:19 -08:00
context.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -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
helpers.go Initial implementation of Manifest HTTP API 2014-11-26 13:35:07 -08:00
images.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
layer.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
layerupload.go Relax requirement for size argument during blob upload 2014-12-12 19:08:50 -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
tags.go Migrate references to consolidated v2 package 2014-12-12 15:36:15 -08:00
util.go Carve out initial application structure 2014-11-10 19:03:49 -08:00

docker-registry

Coverage Status Build Status

## TL;DR

License

Apache License