File tree Expand file tree Collapse file tree
docs/pages/configuration/images
pkg/devspace/build/builder/kaniko Expand file tree Collapse file tree Original file line number Diff line number Diff 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`
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const 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
3030const kanikoContextPath = "/context"
You can’t perform that action at this time.
0 commit comments