fix(kaniko): use `--compressed-caching=false` to mitigate snapshot stall
Closes #10 (closed)
See:
- https://github.com/GoogleContainerTools/kaniko/issues/1333
- https://github.com/GoogleContainerTools/kaniko/issues/1305
This setting "will increase the runtime of the build, but decrease the memory usage especially for large builds"
Edited by Christopher Dilks