Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-596

osl-swf-builder-image has configured a wrong quarkus plaform

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.36.0
    • 1.36.0
    • Cloud:Images
    • None

      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

      https://github.com/kubesmarts/kie-tools/blob/9.103.x-prod/packages/osl-swf-builder-image/generated/modules/kogito-project-versions/module.yaml#L29

       

      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:

       

      https://github.com/kubesmarts/kie-tools/blob/05794f9d1935d05b23302667c0e39cd4b248e46a/packages/sonataflow-image-common/env/index.js#L24

       

      We must be sure that we pass these two new values.

              rhn-support-zanini Ricardo Zanini
              wmedvede@redhat.com Walter Medvedeo
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: