mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "ignorePatterns": [
 | 
						|
        {
 | 
						|
            "pattern": "^http(s)?://localhost"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "replacementPatterns": [
 | 
						|
        {
 | 
						|
            "pattern": "^/registry",
 | 
						|
            "replacement": "https://opentelemetry.io/registry"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "retryOn429": true,
 | 
						|
    "retryCount": 5,
 | 
						|
    "fallbackRetryDelay": "30s"
 | 
						|
}
 |