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
feat(chunkah): use oci-dir instead of tar-roundtrip (#2545)
* feat(chunkah): use oci-dir instead of tar-roundtrip
/tmp is a tmpfs backed by RAM (8G) on github so this will also be faster
than the current implementation because of that.
See: https://github.com/coreos/chunkah#output-options
xref: #2350
* always delete config and output dir
so we don't fill up /tmp
0 commit comments