You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// remember that private registries must be supported here
504
504
funcValidateFullImageName(nstring) error {
505
505
parts:=strings.Split(n, "/")
506
-
fmt.Println("Parts: ", parts)
507
506
iflen(parts) <2 {
508
507
returnerrors.New("image name must have a dockerhub owner or private registry. Be sure to set FN_REGISTRY env var, pass in --registry or configure your context file")
0 commit comments