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>master
							parent
							
								
									77c6d9deb9
								
							
						
					
					
						commit
						2f9f6c08ed
					
				|  | @ -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