We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2ba3 commit 422075bCopy full SHA for 422075b
1 file changed
boot.go
@@ -19,6 +19,7 @@ import (
19
"github.com/docker/distribution/registry/storage/driver/factory"
20
_ "github.com/docker/distribution/registry/storage/driver/gcs"
21
_ "github.com/docker/distribution/registry/storage/driver/s3-aws"
22
+ _ "github.com/docker/distribution/registry/storage/driver/swift"
23
kcl "k8s.io/kubernetes/pkg/client/unversioned"
24
)
25
0 commit comments