feat: [CI-17953]: Add warning if base image connector is not provided

This commit is contained in:
raghavharness
2025-07-09 15:01:31 +05:30
parent be488f7c55
commit fbf27e6dc1
+3
View File
@@ -193,6 +193,9 @@ func (p Plugin) Exec() error {
fmt.Println(out)
return fmt.Errorf("Error authenticating base connector: exit status 1")
}
} else {
fmt.Println("\033[33mTo ensure consistent and reliable pipeline execution, we recommend setting up a Base Image Connector.\033[0m\n" +
"\033[33mWhile optional at this time, configuring it helps prevent failures caused by Docker Hub's rate limits.\033[0m")
}
// login to the Docker registry