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

chunked: store compressed digest if validated #2001

Merged

Commits on Jul 10, 2024

  1. chunked: store compressed digest if validated

    if the compressed digest was validated, as it happens when
    'pull_options = {convert_images = "true"}' is set, then store it as
    well so that reusing the blob by its compressed digest works.
    
    Previously, when an image converted to zstd:chunked was pulled a
    second time, it would not be recognized by its compressed digest,
    resulting in the need to re-pull the image again.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    28cba30 View commit details
    Browse the repository at this point in the history