Merge pull request #881 from samsong8610/update-example-config-to-use-blobdescriptor
Update example config to avoid deprecated option
This commit is contained in:
commit
8133b04efa
@ -4,7 +4,7 @@ log:
|
|||||||
service: registry
|
service: registry
|
||||||
storage:
|
storage:
|
||||||
cache:
|
cache:
|
||||||
layerinfo: inmemory
|
blobdescriptor: inmemory
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: /var/lib/registry
|
rootdirectory: /var/lib/registry
|
||||||
http:
|
http:
|
||||||
|
@ -6,7 +6,7 @@ log:
|
|||||||
environment: macbook-air
|
environment: macbook-air
|
||||||
storage:
|
storage:
|
||||||
cache:
|
cache:
|
||||||
layerinfo: inmemory
|
blobdescriptor: inmemory
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: /Users/Shared/Registry
|
rootdirectory: /Users/Shared/Registry
|
||||||
http:
|
http:
|
||||||
|
Loading…
Reference in New Issue
Block a user