Fixed ping URL
Upstream-commit: 4c174e0bfb4c6e6333f39fff3c70058eaed37e3a Component: engine
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
var ErrAlreadyExists = errors.New("Image already exists")
|
||||
|
||||
func pingRegistryEndpoint(endpoint string) error {
|
||||
resp, err := http.Get(endpoint + "/_ping")
|
||||
resp, err := http.Get(endpoint + "_ping")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user