-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Hongzhen Luo
committed
Mar 27, 2024
1 parent
ccbce82
commit 00fc151
Showing
2 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters