Skip to content

Commit

Permalink
chore(build): Upgrade Kaniko to version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Feb 5, 2020
1 parent fb15bc3 commit 6567e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
DefaultRuntimeVersion = "1.1.0-SNAPSHOT"

// KanikoVersion --
KanikoVersion = "0.14.0"
KanikoVersion = "0.17.1"

// BaseImage --
BaseImage = "adoptopenjdk/openjdk8:slim"
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSION := 1.0.0-RC2-SNAPSHOT
LAST_RELEASED_VERSION := 1.0.0-M4
RUNTIME_VERSION := 1.1.0-SNAPSHOT
QUARKUS_VERSION := 1.1.0.Final
KANIKO_VERSION := 0.14.0
KANIKO_VERSION := 0.17.1
BASE_IMAGE := adoptopenjdk/openjdk8:slim
LOCAL_REPOSITORY := /tmp/artifacts/m2
IMAGE_NAME := docker.io/apache/camel-k
Expand All @@ -27,7 +27,7 @@ GIT_COMMIT := $(shell git rev-list -1 HEAD)
LINT_GOGC := 10
LINT_DEADLINE := 10m

# Used to push pre-relase artifacts
# Used to push pre-release artifacts
STAGING_IMAGE_NAME := docker.io/camelk/camel-k

STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1171
Expand Down

0 comments on commit 6567e86

Please sign in to comment.