lsergio opened a new pull request, #5772: URL: https://github.com/apache/camel-k/pull/5772
<!-- Description --> This is a proposal for solving the bug reported in #5758. The main idea is that the incremental image build algorithm will selected the base image that has more dependencies among those required by the new image, but no extra ones. Also, the login in build_type_support.go has changed to be compatible with this approach. The matching build will be the one with most common dependencies, but no extra ones. Closes #5758 Once approved, I can backport this to release-4.x as well. <!-- 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 Fixed incremental build algorithm to avoid adding unnecessary dependencies to the final image ``` -- 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