moby--moby/distribution
Brian Goff 27530efedb
Validate digest in repo for pull by digest
This is accomplished by storing the distribution source in the content
labels. If the distribution source is not found then we check to the
registry to see if the digest exists in the repo, if it does exist then
the puller will use it.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-21 01:48:59 +02:00
..
fixtures/validate_manifest
metadata
utils
xfer
config.go
errors.go
errors_test.go
manifest.go Validate digest in repo for pull by digest 2022-10-21 01:48:59 +02:00
manifest_test.go Validate digest in repo for pull by digest 2022-10-21 01:48:59 +02:00
pull.go
pull_v2.go Validate digest in repo for pull by digest 2022-10-21 01:48:59 +02:00
pull_v2_test.go
pull_v2_unix.go
pull_v2_windows.go
push.go
push_v2.go
push_v2_test.go
registry.go
registry_unit_test.go
repository.go