christophd commented on code in PR #15086: URL: https://github.com/apache/camel/pull/15086#discussion_r1714925728
########## dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java: ########## @@ -109,7 +109,7 @@ public class KubernetesExport extends Export { description = "The image registry group used to push images to.") protected String imageGroup; - @CommandLine.Option(names = { "--image-builder" }, + @CommandLine.Option(names = { "--image-builder" }, defaultValue = "docker", Review Comment: why not keep jib as the default image builder? Jib does not require users to install a Docker deamon -- 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