Do not assume Linux OCI images (can be useful for FreeBSD, etc.)#645
Do not assume Linux OCI images (can be useful for FreeBSD, etc.)#645nohajc wants to merge 1 commit intoopencontainers:mainfrom
Conversation
Signed-off-by: Jan Noha <nohajc@gmail.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
==========================================
+ Coverage 72.89% 74.07% +1.18%
==========================================
Files 71 71
Lines 6164 4633 -1531
==========================================
- Hits 4493 3432 -1061
+ Misses 1213 748 -465
+ Partials 458 453 -5
🚀 New features to boost your workflow:
|
|
You can't just remove the check because that code generates an OCI runtime-spec
|
|
I see. Thanks for the explanation. I only needed to unpack an image at this point. Can't say if I'll find time to work on this properly, so feel free to close the PR. |
|
If you just want to unpack an image, |
|
Thank you for the tip. Haven't realized there's another version of the unpack command. That should work for me. |
I wanted to unpack a FreeBSD OCI image and had to remove the
PlatformOScheck first. Would it be OK to drop it altogether?