squakez opened a new issue #3011: URL: https://github.com/apache/camel-k/issues/3011
The logic to configure either "standard" or "incremental" should be done in the _builder_ trait, where a configuration parameter could be added, and the corresponding build step added. It's a bit more subtle than that, because "incremental" image build step should be deactivated for Quarkus native build, from the _quarkus_ trait, that already manipulates the build steps, but that should be quite straightforward. There is also the following TODO that may be removed while we are at it: https://github.com/apache/camel-k/blob/478ca56e54eadc3cfa9a10bf592935a34d37d9e7/pkg/builder/image.go#L148 _Originally posted by @astefanutti in https://github.com/apache/camel-k/pull/3008#discussion_r805913550_ -- 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