File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ _If you are interested in contributing to kaniko, see
91
91
- [ Flag ` --log-format ` ] ( #flag---log-format )
92
92
- [ Flag ` --log-timestamp ` ] ( #flag---log-timestamp )
93
93
- [ Flag ` --no-push ` ] ( #flag---no-push )
94
+ - [ Flag ` --no-push-cache ` ] ( #flag---no-push-cache )
94
95
- [ Flag ` --oci-layout-path ` ] ( #flag---oci-layout-path )
95
96
- [ Flag ` --push-retry ` ] ( #flag---push-retry )
96
97
- [ Flag ` --registry-certificate ` ] ( #flag---registry-certificate )
@@ -948,6 +949,13 @@ Set this flag if you only want to build the image, without pushing to a
948
949
registry. This can also be defined through ` KANIKO_NO_PUSH ` environment
949
950
variable.
950
951
952
+ NOTE: this will still push cache layers to the repo, to disable pushing cache layers use ` --no-push-cache `
953
+
954
+ #### Flag ` --no-push-cache `
955
+
956
+ Set this flag if you do not want to push cache layers to a
957
+ registry. Can be used in addition to ` --no-push ` to push no layers to a registry.
958
+
951
959
#### Flag ` --oci-layout-path `
952
960
953
961
Set this flag to specify a directory in the container where the OCI image layout
You can’t perform that action at this time.
0 commit comments