forked from dragonflyoss/nydus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nydusify: speed up conversion with tar2rafs
Default to enable `--type tar-rafs` option for nydus-image, which converting OCI tar blob stream into nydus blob directly, eliminating the need to decompress it to a local directory first, thus greatly accelerating the pack process. For compatibility, we still support env `NYDUS_DISABLE_TAR2RAFS=true` variable to disable the optimization. It's an internal feature, so we just only bump acceleration-service and nydus-snapshotter packages to the latest version. Related PR: containerd/nydus-snapshotter#352 Signed-off-by: Yan Song <[email protected]>
- Loading branch information
Showing
4 changed files
with
52 additions
and
39 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
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
Oops, something went wrong.