wmedvede commented on PR #2511: URL: https://github.com/apache/incubator-kie-tools/pull/2511#issuecomment-2272915870
@tiagobento @fantonangeli @ricardozanini @ricardozanini The issue with this test is not related with the operator, but with Kogito Quarkus Dev services instead, which basically facilitates to have a data-index instance as a Quarkus Dev Service by creating a container with the DI, similar to the way other Quarkus Dev Services do. https://github.com/apache/incubator-kie-kogito-runtimes/blob/47e57329910867a37d949cbe6b5b58e2daba6f44/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/src/main/java/org/kie/kogito/quarkus/workflow/deployment/AbstractDevServicesProcessor.java#L241 https://github.com/apache/incubator-kie-kogito-runtimes/blob/47e57329910867a37d949cbe6b5b58e2daba6f44/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/java/org/kie/kogito/quarkus/processes/deployment/KogitoDevServicesProcessor.java https://github.com/apache/incubator-kie-kogito-runtimes/blob/47e57329910867a37d949cbe6b5b58e2daba6f44/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/java/org/kie/kogito/quarkus/serverless/workflow/deployment/ServerlessWorkflowDevServicesProcessor.java Before, the Kogito Quarkus Dev services started the DI container based on quay.io/kiegroup/kogito-data-index-ephemeral-nightly:latest. Now, it was configured to use: docker.io/apache/incubator-kie-kogito-data-index-ephemeral:main, but this image don't exist. -- 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]
