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

unpack local file bundle #318

Closed santhoshdaivajna closed 1 year ago

santhoshdaivajna commented 1 year ago

issue : 317

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

mudler commented 1 year ago

care to add a small unit test? I'm trying to fix the CI in #319 meanwhile