moby--moby/registry
Sebastiaan van Stijn 30e5333ce3
registry: allow "allow-nondistributable-artifacts" for Docker Hub
Previously, Docker Hub was excluded when configuring "allow-nondistributable-artifacts".
With the updated policy announced by Microsoft, we can remove this restriction;
https://techcommunity.microsoft.com/t5/containers/announcing-windows-container-base-image-redistribution-rights/ba-p/3645201

There are plans to deprecated support for foreign layers altogether in the OCI,
and we should consider to make this option the default, but as that requires
deprecating the option (and possibly keeping an "opt-out" option), we can look
at that separately.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-16 01:08:49 +02:00
..
resumable
auth.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
auth_test.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
config.go
config_test.go runconfig, oci, image, layer, distribution: fix empty-lines (revive) 2022-09-28 01:58:52 +02:00
config_unix.go
config_windows.go
endpoint_test.go
endpoint_v1.go
errors.go
registry.go
registry_mock_test.go
registry_test.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
service.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
service_v2.go registry: allow "allow-nondistributable-artifacts" for Docker Hub 2022-10-16 01:08:49 +02:00
session.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
types.go