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
preliminary EROFS support for local turboOCI convertion
This is a very basic support for EROFS local OCI convertion.
Unlike EXT4, EROFS doesn't need a `--import` and `export` pair to
generate modified tar headers first since erofs-utils just needs to
parse tar streams once.
Even for parallel convertion, erofs-utils will use EROFS layer blobs
directly.
Also, EROFS doesn't have an explicit `--mkfs` step since `mkfs.erofs`
can handle layer imports directly.
Signed-off-by: Hongzhen Luo <hongzhen.lhz@linux.alibaba.com>
0 commit comments