distribution/registry/storage/cache
Stephen J Day 860b28c5b9
registry: remove dependency on logrus for client
To simplify the vendoring story for the client, we have now removed the
requirement for `logrus` and the forked `context` package (usually
imported as `dcontext`). We inject the logger via the metrics tracker
for the blob cache and via options on the token handler. We preserve
logs on the proxy cache for that case. Clients expecting these log
messages may need to be updated accordingly.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-08-15 10:28:38 -07:00
..
cachecheck context: remove definition of Context 2017-08-11 15:53:31 -07:00
memory context: remove definition of Context 2017-08-11 15:53:31 -07:00
redis context: remove definition of Context 2017-08-11 15:53:31 -07:00
cache.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
cachedblobdescriptorstore.go registry: remove dependency on logrus for client 2017-08-15 10:28:38 -07:00