Merge sylabs/sif through v2.11.6-0.20230615203820-9fe9b624c3fd#197
Merged
DrDaveD merged 4 commits intoapptainer:mainfrom Jul 28, 2023
Merged
Conversation
* add: oci blob support remove unused string * add: oci root index support * update: address pr requests * add: oci opt test * add: flag formatting * update: opts method to handle a reader Signed-off-by: Edita Kizinevic <[email protected]>
Remove OptOCIBlobMetadata, which required caller to explicitly provide the digest of an OCI blob when creating a DescriptorInput. Calculate the digest automatically as the DataOCIRootIndex/DataOCIBlob data is read. Signed-off-by: Edita Kizinevic <[email protected]>
Return v1.Hash type directly instead of string. Signed-off-by: Edita Kizinevic <[email protected]>
Signed-off-by: Edita Kizinevic <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #197 +/- ##
==========================================
+ Coverage 72.80% 72.89% +0.09%
==========================================
Files 35 35
Lines 2901 2955 +54
==========================================
+ Hits 2112 2154 +42
- Misses 636 646 +10
- Partials 153 155 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
DrDaveD
approved these changes
Jul 28, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pulls in the following PRs, bringing apptainer/sif up to the level of v2.11.6-0.20230615203820-9fe9b624c3fd
The original PR descriptions were: