This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 9e8ee20 fix review findings #477 new 41561df Activate Kaniko caching and warm the platform base image new b3dd2d1 Warm Kaniko cache in a dedicated phase instead of blocking reconcile loop new 4081a0f Merge pull request #479 from astefanutti/issue-196 The 543 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/v1alpha1/integrationplatform_types.go | 2 + pkg/builder/kaniko/publisher.go | 7 +- pkg/controller/integrationplatform/initialize.go | 49 ++++---- .../integrationplatform_controller.go | 1 + pkg/controller/integrationplatform/kaniko_cache.go | 128 +++++++++++++++++++++ pkg/controller/integrationplatform/warm.go | 83 +++++++++++++ 6 files changed, 248 insertions(+), 22 deletions(-) create mode 100644 pkg/controller/integrationplatform/kaniko_cache.go create mode 100644 pkg/controller/integrationplatform/warm.go