-
Bug
-
Resolution: Done
-
Critical
-
1.32.0
-
None
-
False
-
None
-
False
-
-
When we install to serverless logic operator from the RedHat Operator github we have the following issue:
1) first we apply the workaround mentioned in https://issues.redhat.com/browse/SRVLOGIC-185, ok this is just a simple one. (but needed)
2) Then, the logic-operator-rhel8-builder-config, internally uses the following image:
registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:latest which is "correct".
However, when the WF is being build, we have detected in the logs, that the produced build points to quarkus2, and we can see errors when the generated workflow build starts. Which somehow indicates that the wrong builder was being picked.
3) Doing some tests, we configured the builder to pick this image instead (which is really the latest): registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.32.0-5
4) now, building the same workflow, etc, with this configuration, everything has worked ok.
So we conclude that really, what we have as "latest" is really not pointing to the latest image.
For some reason, when we use registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:latest and old image is picked instead.
In the UI we also see outdated information. (this part is of course not in our hands)
But we must ensure that latest, picks really the latest stuff we have.
- relates to
-
SRVLOGIC-185 Serverless logic operator builder is not able to find builder config ConfigMap
- Release Pending
- links to