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

[3.6][Backport] Prune orphaned blobs on registry storage #16126

Commits on Sep 4, 2017

  1. Add -prune option to dockerregistry

    Signed-off-by: Oleg Bulatov <[email protected]>
    Oleg Bulatov authored and Michal Minář committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    5efa5b8 View commit details
    Browse the repository at this point in the history
  2. Exit normally if registry's storage is empty

    In earlier versions of docker-registry, repository enumeration didn't
    return error for empty registry storage while the blob enumeration
    function did. This case needs to be handled.
    
    Signed-off-by: Michal Minář <[email protected]>
    Michal Minář committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    551b37b View commit details
    Browse the repository at this point in the history
  3. Extended test for registry garbage collector

    Signed-off-by: Michal Minář <[email protected]>
    Michal Minář committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    899b2fa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. extended: fixed registry tests

    The extended test suite now secures the registry. This patch allows for
    secure connection to the registry.
    
    Signed-off-by: Michal Minář <[email protected]>
    Michal Minář committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    937ce6a View commit details
    Browse the repository at this point in the history
  2. extended: Skip test instead of failing

    When server configuration cannot be determined.
    
    Signed-off-by: Michal Minář <[email protected]>
    Michal Minář committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    466f2c3 View commit details
    Browse the repository at this point in the history