Skip to content

Commit

Permalink
chore(kaniko): bump kaniko version to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
swist authored and edvald committed Jun 11, 2020
1 parent 71576de commit ebb42e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions garden-service/src/plugins/kubernetes/container/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import chalk = require("chalk")
import { loadImageToMicrok8s, getMicrok8sImageStatus } from "../local/microk8s"
import { RunResult } from "../../../types/plugin/base"

const kanikoImage = "gcr.io/kaniko-project/executor:debug-v0.22.0"
const kanikoImage = "gcr.io/kaniko-project/executor:debug-v0.23.0"

const registryPort = 5000

Expand Down Expand Up @@ -294,7 +294,6 @@ const remoteBuild: BuildHandler = async (params) => {
stdout.on("data", (line: Buffer) => {
statusLine.setState(renderOutputStream(line.toString()))
})

if (provider.config.buildMode === "cluster-docker") {
// Prepare the build command
const dockerfilePath = posix.join(contextPath, dockerfile)
Expand Down

0 comments on commit ebb42e2

Please sign in to comment.