Skip to content

diffoci rm does not collect garbage blobs when running with local backend #3

@AkihiroSuda

Description

@AkihiroSuda

BUG: when using the "local" backend, the remove command
does not remove blobs associated with the image.
(Workaround: remove the cache directory periodically by yourself.)

GC here does not seem working as expected

if gcErr := backend.MaybeGC(ctx); gcErr != nil {
log.G(ctx).WithError(gcErr).Warn("Failed to do GC")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions