Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] support exporting nydus image to tarball #1576

Closed
imeoer opened this issue Apr 25, 2024 · 2 comments
Closed

[Feature Request] support exporting nydus image to tarball #1576

imeoer opened this issue Apr 25, 2024 · 2 comments
Labels

Comments

@imeoer
Copy link
Collaborator

imeoer commented Apr 25, 2024

Support exporting a nydus image to tarball file, to allow transfer nydus image between network-isolated environments.

The possible usage:

# on host A:
nydusify convert --source ubuntu:22.04 --target /path/to/ubuntu_nydus_22.04.gzip
scp /path/to/ubuntu_nydus_22.04.gzip $host-b:/path/to/ubuntu_nydus_22.04.gzip

# on host B:
nydusify copy --source /path/to/ubuntu_nydus_22.04.gzip --target registry.com/ubuntu:22.04_nydus
@imeoer imeoer added the feature label Apr 25, 2024
@imeoer imeoer changed the title [Feature Request] [Feature Request] support exporting nydus image to tarball Apr 25, 2024
@BruceAko
Copy link
Contributor

I would like to work on this issue :)

@imeoer
Copy link
Collaborator Author

imeoer commented Jun 18, 2024

Dup with #1592

@imeoer imeoer closed this as completed Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants