astefanutti commented on a change in pull request #479: Activate Kaniko caching and warm the platform base image URL: https://github.com/apache/camel-k/pull/479#discussion_r259244756
########## File path: pkg/controller/integrationplatform/initialize.go ########## @@ -115,19 +115,29 @@ func (action *initializeAction) Handle(ctx context.Context, platform *v1alpha1.I return err } + if target.Spec.Build.PublishStrategy == v1alpha1.IntegrationPlatformBuildPublishStrategyKaniko { + // create and warm the Kaniko cache into the Camel K builder volume + action.L.Info("Warming Kaniko cache...") + err = warmKanikoCache(ctx, action.client, target) Review comment: Yes, totally make sense! Let me rework that part. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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