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

✨ Support for unpacking local image - tar files #317

Open
santhoshdaivajna opened this issue Feb 1, 2023 · 0 comments
Open

✨ Support for unpacking local image - tar files #317

santhoshdaivajna opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@santhoshdaivajna
Copy link
Contributor

Is your feature request related to a problem? Please describe.
luet util unpack currently does not support extracting image files from the filesystem and requires docker daemon on local.

Describe the solution you'd like
take image file path as an input and extract the content to destination path.
ex: luet util unpack file://home/us/alpine.tar /tmp --local

Describe alternatives you've considered

Additional context
It would help remove the dependency on docker daemon when images files are available on the host system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants