-
Bug
-
Resolution: Done
-
Blocker
-
1.36.0
-
None
-
False
-
-
False
-
-
The OLS registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.36.0 image is working partially.
The image as is, works. However, as soon we launch build that requires adding quarkus extensions, the image fails, since it can't download the quarkus-maven-plugin.
example error; https://gist.github.com/wmedvede/39f0fde8a42472ab4cbfa65d91065b71
See that the image is looking for the quarkus-maven-plugin at:
io/quarkus/platform/quarkus-maven-plugin/3.15.4.redhat-00001/quarkus-maven-plugin-3.15.4.redhat-00001.jar
however, for the RHBQ, the plugin is at: `com.redhat.quarkus.platform`
Here we can see that the current value is wrong
see:
- name: "QUARKUS_PLATFORM_GROUPID"
value: "io.quarkus.platform"
That value must be: com.redhat.quarkus.platform
Additionally, by looking at the same file, we can see:
- name: "KOGITO_VERSION"
value: "9.103.0.redhat-00002"
and
- name: "SONATAFLOW_QUARKUS_DEVUI_VERSION"
value: "9.103.0.redhat-00002"
9.103.0.redhat-00002 doesn't look to be good, since in we are now in: 9.103.0.redhat-00003
Some more information;
The configuration of the com.redhat.quarkus.platform is related with this:
We must be sure that we pass these two new values.