This is an automated email from the ASF dual-hosted git repository. astefanutti 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 e3c9461 chore(revert): revert Kaniko to more stable v0.9.0 e3c9461 is described below commit e3c94617a4e4d98c26d476bcc93248a1367844b3 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Fri Nov 29 11:09:43 2019 +0100 chore(revert): revert Kaniko to more stable v0.9.0 --- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index c3ba995..d9ee9eb 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -49,7 +49,7 @@ const ( QuarkusVersionConstraint = ">=0.27.0" // KanikoVersion -- - KanikoVersion = "0.14.0" + KanikoVersion = "0.9.0" // BaseImage -- BaseImage = "fabric8/s2i-java:3.0-java8" diff --git a/script/Makefile b/script/Makefile index c14e104..60699d4 100644 --- a/script/Makefile +++ b/script/Makefile @@ -24,7 +24,7 @@ CAMEL_QUARKUS_VERSION := 0.3.1 CAMEL_QUARKUS_VERSION_CONSTRAINT := >=0.3.1 QUARKUS_VERSION := 0.27.0 QUARKUS_VERSION_CONSTRAINT := >=0.27.0 -KANIKO_VERSION := 0.14.0 +KANIKO_VERSION := 0.9.0 BASE_IMAGE := fabric8/s2i-java:3.0-java8 LOCAL_REPOSITORY := /tmp/artifacts/m2 IMAGE_NAME := docker.io/apache/camel-k