ricardozanini opened a new issue, #2206: URL: https://github.com/apache/incubator-kie-tools/issues/2206
First time we run `kn workflow run`, the console get stuck in this message until it times out: ``` 🔎 Warming up SonataFlow containers (registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0), this could take some time... ``` As a workaround, one can pull the image upfront to avoid this problem: ``` docker pull registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
