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
auth.go
auth_test.go
config.go
config_test.go
config_unix.go Disable legacy (v1) registries by default 2017-06-12 11:04:28 +02:00
config_windows.go
endpoint_test.go
endpoint_v1.go
registry.go
registry_mock_test.go
registry_test.go
service.go
service_v1.go
service_v1_test.go
service_v2.go
session.go Remove dead code: GetAuthConfig 2017-06-05 00:40:47 +00:00
types.go