*: use opencontainers/go-digest package#29963
Merged
aaronlehmann merged 2 commits intomoby:masterfrom Jan 7, 2017
Merged
Conversation
|
There seems to be a vendoring issue |
Contributor
Author
|
@aaronlehmann There is a subsequent commit on its way. |
d7c9cd4 to
4a10108
Compare
Contributor
|
@stevvooe windows compilation failed :/ |
4a10108 to
de0d90e
Compare
Contributor
Author
|
@LK4D4 Still hunting down some stuff. |
436766f to
d2b3cf1
Compare
The `digest` data type, used throughout docker for image verification and identity, has been broken out into `opencontainers/go-digest`. This PR updates the dependencies and moves uses over to the new type. Signed-off-by: Stephen J Day <stephen.day@docker.com>
Signed-off-by: Stephen J Day <stephen.day@docker.com>
d2b3cf1 to
083ad52
Compare
| Children map[string]*bintree | ||
| } | ||
|
|
||
| var _bintree = &bintree{nil, map[string]*bintree{ |
Contributor
There was a problem hiding this comment.
These whitespace changes seem unrelated...
Contributor
Author
There was a problem hiding this comment.
This is a result of calling gofmt -s.
justincormack
approved these changes
Jan 7, 2017
Member
|
late to the party, but LGTM, thanks! |
kolyshkin
pushed a commit
to kolyshkin/moby
that referenced
this pull request
May 1, 2020
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> (cherry picked from commit bd33a99) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Conflicts: - daemon/prune.go: missing moby#29226, moby#29963
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.
The
digestdata type, used throughout docker for image verificationand identity, has been broken out into
opencontainers/go-digest. ThisPR updates the dependencies and moves uses over to the new type.
Signed-off-by: Stephen J Day stephen.day@docker.com