Update example config to avoid deprecated option
The storage cache option layerinfo is deprecated, so use blobdescriptor instead in example config files. Signed-off-by: xg.song <xg.song@venusource.com>
This commit is contained in:
parent
77c6d9deb9
commit
2f9f6c08ed
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ log:
|
|||
service: registry
|
||||
storage:
|
||||
cache:
|
||||
layerinfo: inmemory
|
||||
blobdescriptor: inmemory
|
||||
filesystem:
|
||||
rootdirectory: /var/lib/registry
|
||||
http:
|
||||
|
|
|
@ -6,7 +6,7 @@ log:
|
|||
environment: macbook-air
|
||||
storage:
|
||||
cache:
|
||||
layerinfo: inmemory
|
||||
blobdescriptor: inmemory
|
||||
filesystem:
|
||||
rootdirectory: /Users/Shared/Registry
|
||||
http:
|
||||
|
|
Loading…
Reference in a new issue