essobedo opened a new pull request, #3558: URL: https://github.com/apache/camel-k/pull/3558
fixes #3350 ## Motivation The docker images to use for Kaniko and Buildah are hard coded and should be configurable ## Modifications: * Add cli new parameters to provide the custom docker images (`kaniko-executor-image`, `kaniko-warmer-image`, and `buildah-image`) * Convert the default docker images into constants **Release Note** ```release-note Additional parameters have been added to specify custom Kaniko and Buildah images which are respectively `kaniko-executor-image`, `kaniko-warmer-image`, and `buildah-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