moby--moby/distribution
Tibor Vass 647dfe99a5 distribution: modify warning logic when pulling v2 schema1 manifests
The warning on pull was incorrectly asking to contact registry admins.
It is kept on push however.

Pulling manifest lists with v2 schema1 manifests will not be supported thus
there is a warning for those, but wording changed to suggest repository author
to upgrade.

Finally, a milder warning on regular pull is kept ONLY for DockerHub users
in order to incite moving away from schema1.

Signed-off-by: Tibor Vass <tibor@docker.com>
2019-09-12 18:52:49 +00:00
..
fixtures/validate_manifest
metadata
utils
xfer
config.go Revert "Remove the rest of v1 manifest support" 2019-06-18 00:36:01 +00:00
errors.go
errors_test.go
oci.go Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
pull.go Remove v1 manifest code 2019-06-18 01:40:25 +00:00
pull_v2.go distribution: modify warning logic when pulling v2 schema1 manifests 2019-09-12 18:52:49 +00:00
pull_v2_test.go Improve 'no matching manifest' error 2019-01-15 18:24:15 +01:00
pull_v2_unix.go Improve 'no matching manifest' error 2019-01-15 18:24:15 +01:00
pull_v2_windows.go Improve 'no matching manifest' error 2019-01-15 18:24:15 +01:00
push.go Remove v1 manifest code 2019-06-18 01:40:25 +00:00
push_v2.go distribution: modify warning logic when pulling v2 schema1 manifests 2019-09-12 18:52:49 +00:00
push_v2_test.go
registry.go distribution: modify warning logic when pulling v2 schema1 manifests 2019-09-12 18:52:49 +00:00
registry_unit_test.go