Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20.10 backport] registry: allow "allow-nondistributable-artifacts" for Docker Hub #44313

Merged
merged 1 commit into from Oct 19, 2022

Commits on Oct 17, 2022

  1. 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.
    
    (cherry picked from commit 30e5333)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
    thaJeztah authored and tianon committed Oct 17, 2022
    Copy the full SHA
    6699afa View commit details
    Browse the repository at this point in the history