Docker-DCO-1.1-Signed-off-by: Ryan Thomas <rthomas@atlassian.com> (github: rthomas)
							parent
							
								
									9bad706a1f
								
							
						
					
					
						commit
						fffa920a89
					
				| 
						 | 
					@ -41,7 +41,10 @@ func pingRegistryEndpoint(endpoint string) (bool, error) {
 | 
				
			||||||
		conn.SetDeadline(time.Now().Add(time.Duration(10) * time.Second))
 | 
							conn.SetDeadline(time.Now().Add(time.Duration(10) * time.Second))
 | 
				
			||||||
		return conn, nil
 | 
							return conn, nil
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	httpTransport := &http.Transport{Dial: httpDial}
 | 
						httpTransport := &http.Transport{
 | 
				
			||||||
 | 
					                Dial:    httpDial,
 | 
				
			||||||
 | 
					                Proxy:   http.ProxyFromEnvironment,
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
	client := &http.Client{Transport: httpTransport}
 | 
						client := &http.Client{Transport: httpTransport}
 | 
				
			||||||
	resp, err := client.Get(endpoint + "_ping")
 | 
						resp, err := client.Get(endpoint + "_ping")
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue