We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66835a commit db12659Copy full SHA for db12659
internal/registry/registry.go
@@ -43,6 +43,11 @@ func NewRegistry(cfg Config) (*Registry, error) {
43
"filesystem": configuration.Parameters{
44
"rootdirectory": "/tmp/registry", // Dummy storage driver
45
},
46
+ "maintenance": configuration.Parameters{
47
+ "uploadpurging": map[interface{}]interface{}{
48
+ "enabled": false,
49
+ },
50
51
52
Middleware: map[string][]configuration.Middleware{
53
"registry": {
0 commit comments