Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed kogito-runtime-jvm-nightly:latest in order to build example container (Issue: #1081) #1907

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

Abhitocode
Copy link

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 apache/incubator-kie-issues#1081

@pefernan pefernan self-requested a review April 18, 2024 15:42
@pefernan pefernan marked this pull request as ready for review April 29, 2024 10:22
@pefernan pefernan requested a review from elguardian April 29, 2024 10:22
@elguardian elguardian merged commit 1d0004e into apache:main Apr 29, 2024
7 checks passed
rgdoliveira pushed a commit to rgdoliveira/kogito-examples that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate base container image in process-usertasks-timer-data-index-persistence-addon-quarkus
3 participants