-
Notifications
You must be signed in to change notification settings - Fork 394
Add manifest list types #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
274ba46 to
0295f35
Compare
Add the manifest.List interface, and implementations for OCIv1 Index and Docker Schema2List documents. Update image.ChooseManifestInstanceFromManifestList() to use the manifest.List implementations. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
0295f35 to
39c4923
Compare
|
Rebased. |
|
LGTM |
mtrmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, sure…
but quite a few things fixed in #400 have reappeared here, and there a few new questions about the API now that this does not include a user for most of it, and API breaks are going to be more visible.
|
@nalind Any progress or do we need someone else to take this over. |
|
@mtrmac @vrothberg @nalind What should we do with this PR? If @nalind is too busy to work on this should we get someone else to take it over? |
|
We should get this moving along 👍 |
|
This turns out to have been lacking as an attempt at extracting just the type parts of #400 to get something smaller. I'm going to revive that one instead. |
Add the
manifest.Listinterface, and implementations for OCIv1 Index and Docker Schema2List documents, and updateimage.ChooseManifestInstanceFromManifestList()to use themanifest.Listimplementations.This is a piece of #400, but hopefully more manageable in scope than it is.