-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ociruntime: reapply tar unpack (#8023)
This change include a few small changes inside: - Reapply "ociruntime: replace tar extraction subprocess with in-process (#7589)" (#8019) - Add a basic image pull test and guard it with a separate, manual Bazel test target to help verifying common images. - Fix issues with the previous implementation. Ensure that parent directory is created for file tar entries. Ignore unknown tar entry types (i.e. devices).
- Loading branch information
Showing
3 changed files
with
143 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters