thiagoelg opened a new issue, #2373:
URL: https://github.com/apache/incubator-kie-issues/issues/2373

   The 10.2.0 tag of the [KIE Sandbox container 
image](https://hub.docker.com/r/apache/incubator-kie-sandbox-webapp) was built 
without the proper overrides to the `KIE_SANDBOX_ACCELERATORS` env var during 
the release. This makes it so that KIE Sandbox tries to reach the development 
Accelerators instead of the released ones.
   
   The `KIE_SANDBOX_ACCELERATORS` env var should have the following value:
   ```json
   [
     {
       "name": "Quarkus",
       "iconUrl": "images/quarkus-logo.png",
       "gitRepositoryUrl": 
"https://github.com/apache/incubator-kie-sandbox-quarkus-accelerator.git";,
       "gitRepositoryGitRef": "10.2.x",
       "dmnDestinationFolder": "src/main/resources/dmn",
       "bpmnDestinationFolder": "src/main/resources/bpmn",
       "otherFilesDestinationFolder": "src/main/resources/others"
     }
   ]
   ```
   


-- 
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]

Reply via email to