GcRoot#
- class GcRoot#
Root that made blobs reachable during Local Registry GC.
- __repr__() str#
- property digest: str#
Read-only property.
Root manifest or protected digest.
- property image_name: Optional[str]#
Read-only property.
Full image ref for
"ref"roots, orNonefor protected digests.
- property kind: str#
Read-only property.
Root kind:
"ref"or"protected_digest".