Use docker media type for plugin layers#42210
Merged
thaJeztah merged 1 commit intomoby:masterfrom Apr 6, 2021
Merged
Conversation
e700be4 to
3d682c3
Compare
Member
|
@cpuguy83 looks like the test is failing; |
tonistiigi
approved these changes
Mar 29, 2021
3d682c3 to
43bbc2b
Compare
Member
Author
|
Last push should take care of that test error. |
Member
|
close; only rootless is failing now; but I see some other tests are skipped because "rootless has another view on localhost", so perhaps it means the tests need to be skipped on rootless |
This was changed as part of a refactor to use containerd dist code. The problem is the OCI media types are not compatible with older versions of Docker. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
43bbc2b to
a876ede
Compare
Member
Author
|
Good now. |
Member
|
Thanks! Remaining failure is a flaky test; |
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 was changed as part of a refactor to use containerd dist code. The
problem is the OCI media types are not compatible with older versions of
Docker.
Closes #42191