Add StreamProcessors for handling media types of content streams#3482
Merged
estesp merged 8 commits intocontainerd:masterfrom Aug 7, 2019
Merged
Add StreamProcessors for handling media types of content streams#3482estesp merged 8 commits intocontainerd:masterfrom
estesp merged 8 commits intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
5576674 to
3c15b31
Compare
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3482 +/- ##
==========================================
- Coverage 44.27% 44.26% -0.01%
==========================================
Files 124 124
Lines 13672 13675 +3
==========================================
Hits 6053 6053
- Misses 6684 6687 +3
Partials 935 935
Continue to review full report at Codecov.
|
AkihiroSuda
reviewed
Aug 3, 2019
AkihiroSuda
reviewed
Aug 3, 2019
3c15b31 to
de7b67d
Compare
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
af4ce3c to
d4b54d7
Compare
|
Build succeeded.
|
d4b54d7 to
941f083
Compare
|
Build succeeded.
|
941f083 to
60d83f4
Compare
|
Build succeeded.
|
60d83f4 to
4ec5842
Compare
|
Build succeeded.
|
4ec5842 to
2ec0b0d
Compare
|
Build succeeded.
|
|
Build succeeded.
|
Contributor
|
works for me |
Member
Author
|
ping @dmcgowan |
Member
|
LGTM but |
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
378b3ee to
552a0b1
Compare
Member
Author
|
@AkihiroSuda updated |
AkihiroSuda
approved these changes
Aug 7, 2019
|
Build succeeded.
|
13 tasks
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.
StreamProcessors are used with the content operations that will allow people to create binaries that accept a content stream with a media type and output a content stream for another media type. This can be used with the encryption code to keep encryption primitives out of the daemon and extend the daemon for custom media types without having to do a full release.
Example config where content types are pipelined.