GcRoot

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, or None for protected digests.

property kind: str#

Read-only property.

Root kind: "ref" or "protected_digest".

property name: Optional[str]#

Read-only property.

Repository/name portion of the ref, or None for protected digests.

property reference: Optional[str]#

Read-only property.

Tag/reference portion of the ref, or None for protected digests.