-
Notifications
You must be signed in to change notification settings - Fork 185
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
NO-ISSUE: temporary disable devservice to sonataflow-greeting-quarkus-example #2511
Conversation
Sorry I get it that you're disabling it, but why? I followed all the links and I could reach this #2483, but I'm still not sure what is going on. Please improve the description of the PR and make sure to properly link everything that is necessary to understand the reason this PR is being sent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my last comment please...
@tiagobento I updated the description. If you prefer I can create an issue for this. |
@fantonangeli No need for an issue for quick fixes, but providing enough information for anyone in the community to follow what this PR is about without having to jump between 5 links and go find issues themselves based on the title of the PR. Thanks for updating the description and providing details about the intentions of this PR. I have a follow-up question based on the information you shared. You're disabling it because it's broken. Where do I go to follow the process on the actual fix that will re-enable this? Thanks. |
@tiagobento I think the origin of the issue is that docker.io/apache/incubator-kie-kogito-data-index-ephemeral:main is not being generated anymore. (and same for the other data-index-xxxx variants and jobs-service-xxxx variants) Is there any expectation to produce them? |
Looks like weekly jobs are still running [1], and the latest (Not sure why it doesn't also tag it as [1] https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/other/job/kogito-images.weekly-deploy/17/ |
That's the question. I think that for example, for the dataindex quarkus dev service, to have daily "main" image tag is something welcome. Otherwise, we must make kogito-apps main, point to a timestamped snapshot, that in the build train is produced after the build of kogito-apps main. And I'd say, that for the other data-index-xxxx and jobs-serivce-xxx image variants too. |
When timestamped SNAPSHOTs are produced, references to other artifacts need to be updated to point to the same timestamp. A timestamped SNAPSHOT of kogito-apps cannot point to the 'main' tag of an image. |
Also, kogito-images comes after kogito-apps. Why are we referencing kogito-images from kogito-apps? |
Wait, |
Where are we referencing kogito-images from apps? I remember in the past people using them for testcontainers, but that should be far long removed. |
@ricardozanini |
@ricardozanini The |
@tiagobento I keep forgetting we are on kie-tools. Sure, I understand that. The operator is looking for |
@wmedvede I don't think this PR has anything to do with the sonataflow-operator... does it? I'm confused. |
And btw the |
@tiagobento @fantonangeli @ricardozanini @ricardozanini 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. |
I understand that @wmedvede, my point is that since we're using a timestamped SNAPSHOT of this dev service module here at |
Any updates here please? |
Any updates @fantonangeli ? |
Closing due to inactivity. |
This PR is related to: #2510
During the work on apache/incubator-kie-issues#1406 we found the error below in
sonataflow-greeting-quarkus-example
:com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"manifest for apache/incubator-kie-kogito-data-index-ephemeral:main not found: manifest unknown: manifest unknown"}
This PR temporary disables the devservice in
sonataflow-greeting-quarkus-example
only to fix the error until the dev service issue is solved.