astefanutti opened a new issue #1256: Buildah support URL: https://github.com/apache/camel-k/issues/1256 Following performance issues reported when using Kaniko on Minikube (#1204, #1209) and Vanilla k8s, and after investigation reported in GoogleContainerTools/kaniko#1013, I've PoC'ed using Buildah to build container images. I've successfully build an integration image using the _pod_ scheduling strategy and the `quay.io/buildah/stable` image. That PoC shows much better performance compared to that of Kaniko, and the image push to the local registry is under few seconds. It seems also possible to use Buildah with the _routine_ scheduling strategy, which simplifies caching. Combined with Maven dependencies caching, this seems the best approach to achieve integration build within few tens of seconds.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services