use memory as the cache in test
Fixes #3446 Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
parent
93ecc3f919
commit
0f50e0388d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ storage:
|
||||||
delete:
|
delete:
|
||||||
enabled: true
|
enabled: true
|
||||||
cache:
|
cache:
|
||||||
blobdescriptor: redis
|
blobdescriptor: inmemory
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: /var/lib/registry
|
rootdirectory: /var/lib/registry
|
||||||
maintenance:
|
maintenance:
|
||||||
|
|
Loading…
Reference in a new issue