mudler / luet

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

Unpack local image #277

Closed Ludea closed 2 years ago

Ludea commented 2 years ago

Unpack docker local image

Fix https://github.com/mudler/luet/issues/275

mudler commented 2 years ago

@Ludea Thanks! it looks good overall! just few small nitpicks below

codecov-commenter commented 2 years ago

Codecov Report

Merging #277 (c135d3d) into master (7f7e141) will decrease coverage by 2.86%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #277      +/-   ##
==========================================
- Coverage   52.70%   49.83%   -2.87%     
==========================================
  Files          54       54              
  Lines        7145     7145              
==========================================
- Hits         3766     3561     -205     
- Misses       2829     3080     +251     
+ Partials      550      504      -46     
Impacted Files Coverage Δ
pkg/installer/client/docker.go 0.00% <0.00%> (-68.82%) :arrow_down:
pkg/installer/repository_docker.go 0.00% <0.00%> (-51.71%) :arrow_down:
pkg/installer/repository_options.go 64.17% <0.00%> (-23.89%) :arrow_down:
pkg/installer/repository.go 52.62% <0.00%> (-7.80%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f7e141...c135d3d. Read the comment docs.