mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
253 stars 24 forks source link

✨ Support for unpacking local image - tar files #317

Open santhoshdaivajna opened 1 year ago

santhoshdaivajna commented 1 year ago

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.