Load the middleware/redirect driver

Signed-off-by: James Findley <jfindley@fastmail.com>
This commit is contained in:
James Findley 2016-07-19 15:37:10 +01:00
parent aa3de8fd4f
commit 6b98c68d12

View file

@ -13,6 +13,7 @@ import (
_ "github.com/docker/distribution/registry/storage/driver/gcs"
_ "github.com/docker/distribution/registry/storage/driver/inmemory"
_ "github.com/docker/distribution/registry/storage/driver/middleware/cloudfront"
_ "github.com/docker/distribution/registry/storage/driver/middleware/redirect"
_ "github.com/docker/distribution/registry/storage/driver/oss"
_ "github.com/docker/distribution/registry/storage/driver/s3-aws"
_ "github.com/docker/distribution/registry/storage/driver/s3-goamz"