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

storage: enable partial images by default #1833

Commits on Feb 15, 2024

  1. storage: enable partial images by default

    by default enable pulling a partial image, it is still possible to
    disable the feature through the configuration file.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    23ff5f8 View commit details
    Browse the repository at this point in the history
  2. storage: move check for enable_partial_images to GetDiffer

    move the check for `enable_partial_images` to GetDiffer so that it
    doesn't attempt any operation if the feature is disabled.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8c1cf34 View commit details
    Browse the repository at this point in the history