The Nydusify CLI tool converts an OCI container image from source registry into a Nydus image using nydus-image
CLI layer by layer, then pushes Nydus image to target registry.
- Golang 1.14 or above
cd contrib/nydusify
make
cd contrib/nydusify
make static-release
cmd/nydusify convert \
--nydus-image ../../target-fusedev/debug/nydus-image \
--source myregistry/repo:tag \
--target myregistry/repo:tag-nydus
See cmd/nydusify convert --help