We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581212b commit a3bb33fCopy full SHA for a3bb33f
integration/images.go
@@ -94,6 +94,7 @@ var KanikoEnv = []string{
94
"FF_KANIKO_OCI_WARMER=1",
95
"FF_KANIKO_RUN_VIA_TINI=1",
96
"FF_KANIKO_COPY_CHMOD_ON_IMPLICIT_DIRS=1",
97
+ "FF_KANIKO_SKIP_INTERSTAGE_CLEANUP=1",
98
}
99
100
var WarmerEnv = []string{
0 commit comments