This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new a684626 use a working kaniko sha a684626 is described below commit a6846266327d66dc764a439d80b21bccca772add Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Tue Oct 30 10:51:12 2018 +0100 use a working kaniko sha --- pkg/build/publish/kaniko_publisher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/build/publish/kaniko_publisher.go b/pkg/build/publish/kaniko_publisher.go index b36e867..ac356eb 100644 --- a/pkg/build/publish/kaniko_publisher.go +++ b/pkg/build/publish/kaniko_publisher.go @@ -122,7 +122,7 @@ func (b *kanikoPublisher) publish(tarFile string, baseImageName string, source b Containers: []v1.Container{ { Name: "kaniko", - Image: "gcr.io/kaniko-project/executor:latest", + Image: "gcr.io/kaniko-project/executor@sha256:f29393d9c8d40296e1692417089aa2023494bce9afd632acac7dd0aea763e5bc", Args: []string{ "--dockerfile=Dockerfile", "--context=" + contextDir,