Abhitocode opened a new pull request, #1907: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/1907
The previous configuration was using Jib with nightly:latest version, simplified container configuration in application.properties for 'kogito-example-service' by removing below Jib configuration. %container.quarkus.jib.jvm-entrypoint=/home/kogito/kogito-app-launch.sh %container.quarkus.jib.base-jvm-image=quay.io/kiegroup/kogito-runtime-jvm-nightly:latest %container.quarkus.jib.working-directory=/home/kogito/bin - Potential sources of errors associated with base image update and script paths can be reduced, increases flexibility of build process. - Tested the example to verify that it functions as expected without the removed Jib config. Issue <https://github.com/apache/incubator-kie-issues/issues/1081> -- 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]
