moby--moby/registry
Aaron Lehmann d91ed88365 registry: Remove reference.go
This removes some very old vestigial code that really should have been
removed during the content addressability transition. It implements
something called "reference" but it behaves differently from the actual
reference package. This was only used by client-side content trust code,
and is relatively easy to extricate.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-12-06 15:53:21 -08: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 Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
config_test.go
config_unix.go
config_windows.go
endpoint_test.go
endpoint_v1.go
registry.go
registry_mock_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
registry_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
service.go
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 Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
session.go
types.go