Commit 748dac5
committed
ci: update kaniko cache config
Update kaniko cache configuration to improve build times.
- Add `--cache-ttl` to control cache lifespan
- Add `--cache-dir` to specify cache directory
- Add `--snapshot-mode=redo` to ensure cache consistency
- Add `--use-new-run` to leverage latest kaniko features
- Remove `--log-format` and `--log-timestamp` as they are
not needed
- Add `--compressed-caching` to optimize cache size1 parent f348056 commit 748dac5
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | | - | |
108 | | - | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments