Expected result: The project created with "kn workflow create" should successfully start using the "kn workflow run" command.
Current result: The execution freezes during startup.
Cause: For the downstream, the image registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.34.0 is used. Since registry.redhat.io is a private registry, the image must be preloaded.
In the upstream, the image apache/incubator-kie-sonataflow-devmode:main is used.
The filter for checking the image in the local Docker registry:
imageFilters.Add("reference", fmt.Sprintf("*/%s", imageNameWithoutRegistry[len(imageNameWithoutRegistry)-1]))
This filter does not work for the image used in the downstream.