You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/content/en/schemas/v4beta14.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2834,6 +2834,12 @@
2834
2834
"x-intellij-html-description": "to add timestamps to log format.",
2835
2835
"default": "false"
2836
2836
},
2837
+
"noPush": {
2838
+
"type": "boolean",
2839
+
"description": "if you only want to build the image, without pushing to a registry.",
2840
+
"x-intellij-html-description": "if you only want to build the image, without pushing to a registry.",
2841
+
"default": "false"
2842
+
},
2837
2843
"ociLayoutPath": {
2838
2844
"type": "string",
2839
2845
"description": "to specify a directory in the container where the OCI image layout of a built image will be placed. This can be used to automatically track the exact image built by kaniko.",
@@ -2941,6 +2947,7 @@
2941
2947
"cleanup",
2942
2948
"insecure",
2943
2949
"insecurePull",
2950
+
"noPush",
2944
2951
"force",
2945
2952
"logTimestamp",
2946
2953
"reproducible",
@@ -2998,6 +3005,11 @@
2998
3005
"description": "enables caching of run layers (default=true).",
2999
3006
"x-intellij-html-description": "enables caching of run layers (default=true)."
3000
3007
},
3008
+
"compressedCaching": {
3009
+
"type": "boolean",
3010
+
"description": "increases memory usage but reduces build runtime (default=true).",
3011
+
"x-intellij-html-description": "increases memory usage but reduces build runtime (default=true)."
3012
+
},
3001
3013
"hostPath": {
3002
3014
"type": "string",
3003
3015
"description": "specifies a path on the host that is mounted to each pod as read only cache volume containing base images. If set, must exist on each node and prepopulated with kaniko-warmer.",
0 commit comments