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: [email protected] For additional commands, e-mail: [email protected]
