moby--moby/registry
Sebastiaan van Stijn 97a5b797b6
Use designated test domains (RFC2606) in tests
Some tests were using domain names that were intended to be "fake", but are
actually registered domain names (such as domain.com, registry.com, mytest.com).

Even though we were not actually making connections to these domains, it's
better to use domains that are designated for testing/examples in RFC2606:
https://tools.ietf.org/html/rfc2606

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-02 14:06:27 +02:00
..
resumable
auth.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
auth_test.go Use designated test domains (RFC2606) in tests 2021-04-02 14:06:27 +02:00
config.go registry: use consts for default registry 2020-10-28 14:06:28 +01:00
config_test.go Use designated test domains (RFC2606) in tests 2021-04-02 14:06:27 +02:00
config_unix.go
config_windows.go
endpoint_test.go
endpoint_v1.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
errors.go registry: remove v1 code not related to searching 2020-10-28 15:23:27 +01:00
registry.go
registry_mock_test.go
registry_test.go Use designated test domains (RFC2606) in tests 2021-04-02 14:06:27 +02:00
service.go registry.Auth: try next endpoints on non-auth failures 2021-02-23 09:49:51 +01:00
service_v2.go registry: remove v1 authentication 2020-10-28 14:06:36 +01:00
session.go registry: remove v1 code not related to searching 2020-10-28 15:23:27 +01:00
types.go