We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be488f7 commit fbf27e6Copy full SHA for fbf27e6
docker.go
@@ -193,6 +193,9 @@ func (p Plugin) Exec() error {
193
fmt.Println(out)
194
return fmt.Errorf("Error authenticating base connector: exit status 1")
195
}
196
+ } else {
197
+ fmt.Println("\033[33mTo ensure consistent and reliable pipeline execution, we recommend setting up a Base Image Connector.\033[0m\n" +
198
+ "\033[33mWhile optional at this time, configuring it helps prevent failures caused by Docker Hub's rate limits.\033[0m")
199
200
201
// login to the Docker registry
0 commit comments