moby--moby/registry
Sebastiaan van Stijn 128280013f
Disable legacy (v1) registries by default
Deprecation of interacting with v1 registries was
started in docker 1.8.3, which added a `--disable-legacy-registry`
flag.

This option was anounced to be the default starting
with docker 17.06, and v1 registries completely
removed in docker 17.12.

This patch updates the default, and disables
interaction with v1 registres by default.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-06-12 11:04:28 +02:00
..
resumable Move httputils/reasumablerequestreader to the single consumer. 2017-06-02 16:10:39 -04:00
auth.go fix infinite recursion 2016-11-18 10:57:50 -02:00
auth_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
config.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
config_test.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
config_unix.go Disable legacy (v1) registries by default 2017-06-12 11:04:28 +02:00
config_windows.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
endpoint_test.go Login update and endpoint refactor 2016-03-01 11:52:32 -08:00
endpoint_v1.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
registry.go Use system ca pool from tlsconfig 2016-10-31 14:52:07 -07:00
registry_mock_test.go Use distribution reference 2017-02-07 11:08:37 -08:00
registry_test.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
service.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
service_v1.go Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
service_v1_test.go Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
service_v2.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
session.go Remove dead code: GetAuthConfig 2017-06-05 00:40:47 +00:00
types.go Use distribution reference 2017-02-07 11:08:37 -08:00