1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/distribution
Derek McGowan d81ed3eb4c Always store the image digest when pulling and pushing an image.
Always attempt to add digest even when tag already exists.
Ensure digest does not currently exist.
When image id is mismatched, output an error log.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
(cherry picked from commit 33984f256b)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:32:14 -07:00
..
fixtures/validate_manifest
metadata
xfer
errors.go
pull.go Always store the image digest when pulling and pushing an image. 2016-07-08 15:32:14 -07:00
pull_v1.go
pull_v2.go Always store the image digest when pulling and pushing an image. 2016-07-08 15:32:14 -07:00
pull_v2_test.go
pull_v2_unix.go
pull_v2_windows.go
push.go
push_v1.go
push_v2.go Always store the image digest when pulling and pushing an image. 2016-07-08 15:32:14 -07:00
registry.go
registry_unit_test.go