squakez opened a new pull request, #5418: URL: https://github.com/apache/camel-k/pull/5418
As discussed in #5399 we need to clarify the intent of each IntegrationKit types. * removal of imageWasKit * usage of external IntegrationKit when we are certain that the image comes from an IK * usage of syntetic IntegrationKit when the image are coming from any container image * rework of promote command to clone an external IntegrationKit beside the Integration and use it accordingly. Closes #5408 With this PR we'll have the following kit types: ``` NAME ALIAS PHASE TYPE LAYOUT IMAGE ROOT kit-cokcvlbup5os73dn1skg Ready platform fast-jar 10.100.107.57/default/camel-k-kit-cokcvlbup5os73dn1skg@sha256:150ec29daefe7c9a82f4f35549a68bc88a5347abaf71a1b25792d957d41c0e6d eclipse-temurin:17 kit-cokcvlbup5os73dn1skg Ready external fast-jar 10.100.107.57/default/camel-k-kit-cokcvlbup5os73dn1skg@sha256:150ec29daefe7c9a82f4f35549a68bc88a5347abaf71a1b25792d957d41c0e6d kit-my-camel-main-v1 Ready synthetic docker.io/squakez/my-camel-main:1.0.0 ``` The attached documentation should clarify how to use each type. <!-- Description --> <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note fix(trait): remove imageWasKit ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org