-
Notifications
You must be signed in to change notification settings - Fork 267
Drop our dependency on github.com/containers/image #299
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
|
This is going to require |
|
LGTM. |
|
LGTM |
|
(FYI @siretart) |
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.
Sure, this is a reasonable way to do it.
Comments are non-blocking, though do consider at least the BigDataSize API, please.
Remove compatibility hacks for older versions which didn't track size or digest information for big data items, hopefully without any impact. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Drop our dependency on the image library's manifest package by requiring that callers pass its Digest() function to us as a callback. This makes our CLI test/diagnostic tool calculate digests of s1 manifests incorrectly, but that's not something that we were testing. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
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.
LGTM
|
LGTM |
Drop our dependency on the image library's manifest package by requiring that callers pass its Digest() function to us as a callback. This makes our CLI test/diagnostic tool calculate digests of s1 manifests incorrectly, but that's not something that we were testing.