Skip to content

Commit 19bb13a

Browse files
authored
Merge pull request #2064 from kuuji/feat/bump-kaniko-version
Bump kaniko default version from v1.6.0 to v1.8.1
2 parents ae44c09 + b4f7b42 commit 19bb13a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/configuration/images/kaniko.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The `image` option expects a string stating the image that should be used for th
142142

143143
#### Default Value For `image`
144144
```yaml
145-
image: gcr.io/kaniko-project/executor:v0.17.1
145+
image: gcr.io/kaniko-project/executor:v1.8.1
146146
```
147147

148148
#### Example: Use Different Kaniko Image/Version
@@ -152,7 +152,7 @@ images:
152152
image: 123.456.789.0:5000/john/appbackend
153153
build:
154154
kaniko:
155-
image: gcr.io/kaniko-project/executor:v0.19.0
155+
image: gcr.io/kaniko-project/executor:v1.6.0
156156
```
157157

158158
### `initImage`

pkg/devspace/build/builder/kaniko/build_pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const kanikoInitImage = "alpine"
2525

2626
// The kaniko build image we use by default
27-
const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.6.0"
27+
const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.8.1"
2828

2929
// The context path within the kaniko pod
3030
const kanikoContextPath = "/context"

0 commit comments

Comments
 (0)