|
|
|
@ -150,6 +150,7 @@ func GetAuthURL(challenge string, img string) (*url.URL, error) {
|
|
|
|
return authURL, nil
|
|
|
|
return authURL, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GetScopeFromImageName normalizes an image name for use as scope during auth and head requests
|
|
|
|
func GetScopeFromImageName(img, svc string) string {
|
|
|
|
func GetScopeFromImageName(img, svc string) string {
|
|
|
|
parts := strings.Split(img, "/")
|
|
|
|
parts := strings.Split(img, "/")
|
|
|
|
scopeImage := ""
|
|
|
|
scopeImage := ""
|
|
|
|
|