I think the ephemeral data-index is started as a part of the kogito runtime
devservices. I think the image name can be changed by setting the
`kogito.devservices.imageName` config (or with
QUARKUS_KOGITO_DEVSERVICES_IMAGE_NAME env). Here some classes you may find
interesting:

   - AbstractDevServicesProcessor.java
   
<https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/src/main/java/org/kie/kogito/quarkus/workflow/deployment/AbstractDevServicesProcessor.java#L95>
   - DataIndexInMemoryContainer.java
   
<https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/src/main/java/org/kie/kogito/quarkus/workflow/deployment/devservices/DataIndexInMemoryContainer.java>


El dv., 10 de maig 2024, 2:00, Tiago Bento <tiagobe...@apache.org> va
escriure:

> Hi everyone,
>
> As we're testing publishing the `jbpm` and `sonataflow` Quarkus Dev
> UIs from `kie-tools`, I'm learning a little bit more of our internals.
> I'm running `mvn quarkus:dev` at
>
> https://github.com/apache/incubator-kie-tools/tree/main/examples/drools-process-usertasks-quarkus-example
> ,
> and looking at the logs I saw:
>
> INFO  [tc.qua.io/kiegroup/kogito-data-index-ephemeral-nightly:latest]
> (docker-java-stream--1646014996) Starting to pull image
> ...
> INFO  [tc.qua.io/kiegroup/kogito-data-index-ephemeral-nightly:latest]
> (docker-java-stream--1646014996) Pull complete. 2 layers, pulled in
> 10s (downloaded 264 MB at 26 MB/s)
>
> Can someone please help me understand how this is getting into this
> example? I searched the `kogito-apps` for references of the
> `ephemeral` string, but couldn't find anything that seemed connected.
>
> Another question I have is related to tag being used. We're depending
> on Kogito Runtimes using `999-20240417-SNAPSHOT` today, so I was
> expecting that the images references on the Quarkus add-ons would also
> be using a fixed tag, like `main-2024-04-17` or `999-20240417`.
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
> For additional commands, e-mail: dev-h...@kie.apache.org
>
>

Reply via email to