Skip to content

Conversation

@runcom
Copy link
Member

@runcom runcom commented Nov 15, 2016

Based on containers/image#147

Signed-off-by: Antonio Murdaca [email protected]

@runcom runcom changed the title x Support layers federation Nov 15, 2016
@rhatdan
Copy link
Member

rhatdan commented Nov 16, 2016

LTM

digest = "sha256:" + digest
}
r, blobSize, err := rawSource.GetBlob(digest)
r, blobSize, err := rawSource.GetBlob(types.BlobInfo{Digest: digest})
Copy link
Contributor

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.

@runcom runcom force-pushed the layers-federation branch 4 times, most recently from 72aaea6 to 3ff64dc Compare November 30, 2016 18:46
Signed-off-by: Antonio Murdaca <[email protected]>
@runcom
Copy link
Member Author

runcom commented Nov 30, 2016

@mtrmac PTAL

@runcom
Copy link
Member Author

runcom commented Nov 30, 2016

@mtrmac merging because there's only one tiny small changes here in skopeo to unblock PRs in containers/image (that otherwise fails)

@runcom runcom merged commit 980ff3e into containers:master Nov 30, 2016
@runcom runcom deleted the layers-federation branch November 30, 2016 21:14
@mtrmac
Copy link
Contributor

mtrmac commented Dec 1, 2016

ACK to the layers fix, but please redo without the hack/vendor.sh part.

@runcom
Copy link
Member Author

runcom commented Dec 1, 2016

@mtrmac I did this here #257 no?

@mtrmac
Copy link
Contributor

mtrmac commented Dec 1, 2016

#257 cleaned up #254; this is another instance, on top of #257.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants