-
Notifications
You must be signed in to change notification settings - Fork 902
Support layers federation #249
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
dd2e328 to
77b71b8
Compare
|
LTM |
cmd/skopeo/layers.go
Outdated
| digest = "sha256:" + digest | ||
| } | ||
| r, blobSize, err := rawSource.GetBlob(digest) | ||
| r, blobSize, err := rawSource.GetBlob(types.BlobInfo{Digest: digest}) |
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.
This should probably set Size to -1 (unknown), depending on how #147 defines the GetBlob requirements.
72aaea6 to
3ff64dc
Compare
Signed-off-by: Antonio Murdaca <[email protected]>
3ff64dc to
f36fde9
Compare
|
@mtrmac PTAL |
|
@mtrmac merging because there's only one tiny small changes here in skopeo to unblock PRs in containers/image (that otherwise fails) |
|
ACK to the layers fix, but please redo without the |
Based on containers/image#147
Signed-off-by: Antonio Murdaca [email protected]