We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c47177 commit b4f7b42Copy full SHA for b4f7b42
1 file changed
docs/pages/configuration/images/kaniko.mdx
@@ -142,7 +142,7 @@ The `image` option expects a string stating the image that should be used for th
142
143
#### Default Value For `image`
144
```yaml
145
-image: gcr.io/kaniko-project/executor:v0.17.1
+image: gcr.io/kaniko-project/executor:v1.8.1
146
```
147
148
#### Example: Use Different Kaniko Image/Version
@@ -152,7 +152,7 @@ images:
152
image: 123.456.789.0:5000/john/appbackend
153
build:
154
kaniko:
155
- image: gcr.io/kaniko-project/executor:v0.19.0
+ image: gcr.io/kaniko-project/executor:v1.6.0
156
157
158
### `initImage`
0 commit comments