JuliaContainerization / Sandbox.jl

The cultured host's toolkit for ill-mannered Linux guests.
Other
35 stars 5 forks source link

Switch over to using multiarch'ed rootfs images for probing #102

Closed staticfloat closed 2 years ago

staticfloat commented 2 years ago

This drops many of the rootfs images that were included, choosing instead to consolidate on a minimal debian rootfs image. Users can continue to use the Debian rootfs for testing (especially as it will now correctly choose a rootfs for the current architecture) but an even better plan is to use custom rootfs images.

codecov[bot] commented 2 years ago

Codecov Report

Base: 79.61% // Head: 79.64% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (c9be6b4) compared to base (1770a67). Patch coverage: 85.71% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ========================================== + Coverage 79.61% 79.64% +0.03% ========================================== Files 6 6 Lines 569 570 +1 ========================================== + Hits 453 454 +1 Misses 116 116 ``` | [Impacted Files](https://codecov.io/gh/staticfloat/Sandbox.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Elliot+Saba) | Coverage Δ | | |---|---|---| | [src/Sandbox.jl](https://codecov.io/gh/staticfloat/Sandbox.jl/pull/102/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Elliot+Saba#diff-c3JjL1NhbmRib3guamw=) | `73.27% <85.71%> (+0.23%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Elliot+Saba). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Elliot+Saba)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.