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

feat: RemoveBlob / RemoveDescriptors #90

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Commits on Oct 1, 2024

  1. feat: RemoveBlob / RemoveDescriptors

    Implement `RemoveBlob` to remove a blob from the SIF without updating
    the RootIndex.
    
    Implement `RemoveDescriptors` to remove specified descriptors from the
    SIF RootIndex, and clean up any orphan blobs.
    
    In order that `RemoveDescriptors` can be run without requiring a temp
    dir, the update code is modified so that cache directory creation is
    lazy.
    
    Fixes sylabs#84
    dtrudg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c08a662 View commit details
    Browse the repository at this point in the history