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
Support for exporting nydus image blobs into tarball format, and allow import the tarball into local / image registry, which is very useful in some network isolation/no image registry scenarios, similar to the implementation of docker save/load.
Possible implementation steps:
support nydusify copy --source file:///path/to/image.targz --target $remote-image command to pull an image from the remote registry and save it as a local tarball file, or export the local tarball file to a remote image, please note that both OCI v1 and nydus format should be supported.
The text was updated successfully, but these errors were encountered:
imeoer
changed the title
[GLCC 2024] save / load image by nydusify
[GLCC 2024] support local tarball for nydusify copy
Jun 18, 2024
Support for exporting nydus image blobs into tarball format, and allow import the tarball into local / image registry, which is very useful in some network isolation/no image registry scenarios, similar to the implementation of docker save/load.
Possible implementation steps:
nydusify copy --source file:///path/to/image.targz --target $remote-image
command to pull an image from the remote registry and save it as a local tarball file, or export the local tarball file to a remote image, please note that both OCI v1 and nydus format should be supported.The text was updated successfully, but these errors were encountered: